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