Skip to content

Commit

Permalink
See which tests are running
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Sep 2, 2024
1 parent 7cb0c5c commit cc4860b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quicktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ jobs:

- name: Run the unit tests (PHPUnit < 10)
if: ${{ ! startsWith( steps.phpunit_version.outputs.VERSION, '10.' ) }}
run: composer test
run: composer test -- --testdox --colors always

- name: Run the unit tests (PHPUnit 10+)
if: ${{ startsWith( steps.phpunit_version.outputs.VERSION, '10.' ) }}
run: composer test10
run: composer test10 -- --testdox --colors always

- name: Stop proxy server
continue-on-error: true
Expand Down

0 comments on commit cc4860b

Please sign in to comment.