Skip to content

Commit

Permalink
Test new action parameter to skip install of WP
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfodness committed Jul 2, 2024
1 parent 8d93c6a commit 37a3b85
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/all-pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@ jobs:
skip-audit: 'true'

- name: Run All PHP Tests on PHP 8.2
uses: alleyinteractive/action-test-php@develop
uses: alleyinteractive/action-test-php@feature/issue-1/allow-phpunit-setup-own-tests
with:
install-wordpress: 'false'
php-version: '8.2'
wordpress-host: 'false'
working-directory: 'plugins/publish-to-apple-news'

- name: Run PHPUnit Only on PHP 8.1
uses: alleyinteractive/action-test-php@develop
uses: alleyinteractive/action-test-php@feature/issue-1/allow-phpunit-setup-own-tests
with:
install-wordpress: 'false'
php-version: '8.1'
skip-audit: 'true'
test-command: 'composer run-script phpunit'
wordpress-host: 'false'
working-directory: 'plugins/publish-to-apple-news'

- name: Run PHPUnit Only on PHP 8.0
uses: alleyinteractive/action-test-php@develop
uses: alleyinteractive/action-test-php@feature/issue-1/allow-phpunit-setup-own-tests
with:
install-wordpress: 'false'
php-version: '8.0'
skip-audit: 'true'
test-command: 'composer run-script phpunit'
wordpress-host: 'false'
working-directory: 'plugins/publish-to-apple-news'

0 comments on commit 37a3b85

Please sign in to comment.