Skip to content

Commit 9092fd3

Browse files
committed
Fix build
1 parent 1bc6f35 commit 9092fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-workshop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run phpunit tests
3333
run: |
3434
mkdir -p build/logs
35-
vendor/bin/simple-phpunit --coverage-clover ./build/logs/clover.xml
35+
vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml
3636
3737
- name: Run phpcs
3838
run: composer cs

0 commit comments

Comments
 (0)