We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e1ba6 commit 6bd95e0Copy full SHA for 6bd95e0
.github/workflows/run-tests.yml
@@ -45,4 +45,4 @@ jobs:
45
run: composer show -D
46
47
- name: Execute tests
48
- run: vendor/bin/phpunit
+ run: composer run test
composer.json
@@ -46,7 +46,7 @@
}
},
"scripts": {
49
- "test": "vendor/bin/phpunit",
+ "test": "vendor/bin/phpunit --no-coverage",
50
"test-coverage": "vendor/bin/phpunit --coverage",
51
"format": "vendor/bin/pint"
52
0 commit comments