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 8af99d2 commit c62ff43Copy full SHA for c62ff43
.github/workflows/php.yml
@@ -32,8 +32,8 @@ jobs:
32
- name: Install dependencies
33
run: composer install --prefer-dist --no-progress
34
35
+ - name: Install dependencies
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