Skip to content

Commit

Permalink
remove explicit phpunit run flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Dec 30, 2024
1 parent 95dc360 commit f591be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ jobs:
- name: 'Run tests'
# language=sh
run: |
./vendor/bin/phpunit -c 'phpunit/${{ matrix.test-target }}.xml' --display-warnings --display-skipped
./vendor/bin/phpunit -c 'phpunit/${{ matrix.test-target }}.xml'

0 comments on commit f591be5

Please sign in to comment.