Skip to content

Commit da3d7f5

Browse files
committed
Changed phpunit execution
1 parent 8f7bef7 commit da3d7f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Run PHPUnit tests
3535
run: |
3636
mkdir -p build/logs
37-
vendor/bin/simple-phpunit --coverage-clover build/logs/coverage.xml
37+
vendor/bin/phpunit --coverage-clover build/logs/coverage.xml
3838
3939
# 5. Upload test coverage report as an artifact
4040
- name: Upload PHPUnit coverage

0 commit comments

Comments
 (0)