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.
2 parents 9399bf0 + aa91572 commit 672e606Copy full SHA for 672e606
.github/workflows/php.yml
@@ -32,8 +32,8 @@ jobs:
32
- name: Install dependencies
33
run: composer install --prefer-dist --no-progress
34
35
+ - name: Run Tests
36
+ run: composer run-script test
37
+
38
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
39
# Docs: https://getcomposer.org/doc/articles/scripts.md
-
- # - name: Run test suite
- # run: composer run-script test
0 commit comments