Skip to content

Commit b3f09ec

Browse files
committed
fix binary name
1 parent e9a8e82 commit b3f09ec

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run phpunit tests
3232
run: |
3333
mkdir -p build/logs
34-
vendor/bin/phpunit-simple --coverage-clover ./build/logs/clover.xml
34+
vendor/bin/simple-phpunit --coverage-clover ./build/logs/clover.xml
3535
3636
- name: Run phpcs
3737
run: composer cs

0 commit comments

Comments
 (0)