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 979bb15 commit 394e8d8Copy full SHA for 394e8d8
.github/workflows/php-tests.yml
@@ -42,7 +42,7 @@ jobs:
42
run: ls -la
43
44
- name: Run PHPUnit
45
- run: composer run-script test
+ run: composer run-script ci-test
46
47
- name: Upload coverage report
48
uses: actions/upload-artifact@v3
composer.json
@@ -27,6 +27,6 @@
27
}
28
},
29
"scripts": {
30
- "test": "XDEBUG_MODE=coverage vendor/bin/phpunit --configuration phpunit.xml"
+ "ci-test": "XDEBUG_MODE=coverage vendor/bin/phpunit --testsuite=ci --configuration phpunit.xml"
31
32
0 commit comments