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 a5bf0a5 commit 4ad0013Copy full SHA for 4ad0013
.github/workflows/test.yml
@@ -31,4 +31,4 @@ jobs:
31
if: steps.composer-cache.outputs.cache-hit != 'true'
32
run: composer install --no-progress --no-suggest
33
- name: Run unit tests
34
- run: vendor/bin/codecept run unit
+ run: bin/codecept run unit
0 commit comments