Skip to content

Commit

Permalink
Fix typo and remove 9 from config file in v10 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhanley committed Feb 15, 2023
1 parent 317599c commit 8b6cef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: vendor/bin/dusk-updater detect --no-interaction

- name: Run Browser tests
run: vendor/bin/phpunit --testsuite Browser -c phpunit9.xml.dist
run: vendor/bin/phpunit --testsuite Browser -c phpunit-9.xml.dist
env:
RUNNING_IN_CI: true

Expand Down Expand Up @@ -101,6 +101,6 @@ jobs:
run: vendor/bin/dusk-updater detect --no-interaction

- name: Run Browser tests
run: vendor/bin/phpunit --testsuite Browser -c phpunit-9.xml.dist
run: vendor/bin/phpunit --testsuite Browser -c phpunit.xml.dist
env:
RUNNING_IN_CI: true

0 comments on commit 8b6cef9

Please sign in to comment.