We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35fb93 commit 9563867Copy full SHA for 9563867
.github/workflows/tests.yaml
@@ -54,7 +54,7 @@ jobs:
54
run: composer update --prefer-dist --prefer-${{ matrix.setup }} --no-interaction --no-suggest
55
56
- name: Run Tests
57
- run: vendor/bin/phpunit ${{ matrix.php == 8.4 && matrix.setup == 'stable' && "--coverage-clover=clover.xml --coverage-text --log-junit test-results.xml" || "" }}
+ run: vendor/bin/phpunit ${{ matrix.php == 8.4 && matrix.setup == 'stable' && '--coverage-clover=clover.xml --coverage-text --log-junit test-results.xml' || '' }}
58
59
- name: Upload Test Results
60
if: matrix.php == 8.4 && matrix.setup == 'stable'
0 commit comments