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 1bc6f35 commit 9092fd3Copy full SHA for 9092fd3
.github/workflows/php-workshop.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Run phpunit tests
33
run: |
34
mkdir -p build/logs
35
- vendor/bin/simple-phpunit --coverage-clover ./build/logs/clover.xml
+ vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml
36
37
- name: Run phpcs
38
run: composer cs
0 commit comments