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 32ab1bb commit 1034064Copy full SHA for 1034064
.github/workflows/php.yml
@@ -35,5 +35,5 @@ jobs:
35
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
36
# Docs: https://getcomposer.org/doc/articles/scripts.md
37
38
- # - name: Run test suite
39
- # run: composer run-script test
+ - name: Run test suite
+ run: composer test
0 commit comments