diff --git a/.github/workflows/quicktest.yml b/.github/workflows/quicktest.yml index 5628daf45..e7e307e05 100644 --- a/.github/workflows/quicktest.yml +++ b/.github/workflows/quicktest.yml @@ -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 - name: Run the unit tests (PHPUnit 10+) if: ${{ startsWith( steps.phpunit_version.outputs.VERSION, '10.' ) }} - run: composer test10 + run: composer test10 -- --testdox - name: Stop proxy server continue-on-error: true