Skip to content

Commit 48b47f9

Browse files
Fix linter
1 parent 107cf0c commit 48b47f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ jobs:
106106
custom-cache-suffix: $(date -u "+%Y-%m") # yamllint disable-line rule:quoted-strings
107107

108108
- name: "Run tests with phpunit/phpunit"
109-
run: "vendor/bin/phpunit --colors=always --testsuite=${{ inputs.test-suite }} --no-coverage"
109+
run: "vendor/bin/phpunit --colors=always --testsuite=${{ inputs.test-suite }} --no-coverage"

0 commit comments

Comments
 (0)