Skip to content

Commit a2f2e0f

Browse files
committed
ci: simplify PHPUnit command in run-tests.yml
1 parent eadc138 commit a2f2e0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Execute tests
4444
run: |
45-
vendor/bin/phpunit --coverage-html build/coverage --log-junit build/report.junit.xml --coverage-clover build/logs/clover.xml --colors=always
45+
vendor/bin/phpunit
4646
4747
- name: Prepare paths for SonarQube analysis
4848
run: |

0 commit comments

Comments
 (0)