From cc4860b8d3b03628b88b6876dd0987320038dcb8 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 2 Sep 2024 12:46:27 +0200 Subject: [PATCH] See which tests are running --- .github/workflows/quicktest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quicktest.yml b/.github/workflows/quicktest.yml index 5628daf45..24f4abd25 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 --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