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 c87bc5c commit c36a235Copy full SHA for c36a235
1 file changed
.github/workflows/ci.yml
@@ -90,7 +90,7 @@ jobs:
90
composer show;
91
92
- name: Run Tests
93
- run: ./vendor/bin/phpunit
+ run: composer check:tests:unit
94
95
static-analysis:
96
name: Static Analysis
0 commit comments