Skip to content

Commit

Permalink
Specify custom working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfodness committed Jul 1, 2024
1 parent 11a6e15 commit 8d93c6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/all-pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
php-version: '8.2'
wordpress-host: 'false'
wordpress-version: 'false'
working-directory: 'plugins/publish-to-apple-news'

- name: Run PHPUnit Only on PHP 8.1
uses: alleyinteractive/action-test-php@develop
Expand All @@ -42,7 +42,7 @@ jobs:
skip-audit: 'true'
test-command: 'composer run-script phpunit'
wordpress-host: 'false'
wordpress-version: 'false'
working-directory: 'plugins/publish-to-apple-news'

- name: Run PHPUnit Only on PHP 8.0
uses: alleyinteractive/action-test-php@develop
Expand All @@ -51,4 +51,4 @@ jobs:
skip-audit: 'true'
test-command: 'composer run-script phpunit'
wordpress-host: 'false'
wordpress-version: 'false'
working-directory: 'plugins/publish-to-apple-news'

0 comments on commit 8d93c6a

Please sign in to comment.