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 5dc15a8 commit f39c748Copy full SHA for f39c748
.github/workflows/continuous-integration.yml
@@ -105,4 +105,4 @@ jobs:
105
custom-cache-suffix: $(date -u "+%Y-%m") # yamllint disable-line rule:quoted-strings
106
107
- name: "Run tests with phpunit/phpunit"
108
- run: "vendor/bin/phpunit --colors=always --testsuite=${{ inputs.test-suite }}"
+ run: "vendor/bin/phpunit --colors=always --testsuite=${{ inputs.test-suite }} --no-coverage"
0 commit comments