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 5ca7460 commit e9de387Copy full SHA for e9de387
.github/workflows/pull_request.yml
@@ -48,4 +48,4 @@ jobs:
48
- name: Composer install
49
run: composer install
50
- name: Run tests
51
- run: vendor/bin/phpunit -c phpunit.xml
+ run: composer run-script code:test
0 commit comments