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 e306d0c commit b1e0861Copy full SHA for b1e0861
.github/workflows/continuous-integration.yml
@@ -85,4 +85,4 @@ jobs:
85
run: "mkdir -p build/logs"
86
- uses: "ramsey/composer-install@v3"
87
- name: "Run unit tests"
88
- run: "./vendor/bin/phpunit --colors=always"
+ run: "./vendor/bin/phpunit --colors=always --no-coverage"
0 commit comments