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