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 2e53c3f commit f0e4128Copy full SHA for f0e4128
.github/workflows/php.yml
@@ -1,4 +1,4 @@
1
-name: PHP Composer
+name: Tests
2
3
on: [push]
4
@@ -16,8 +16,5 @@ jobs:
16
- name: Install dependencies
17
run: composer install --prefer-dist --no-progress --no-suggest
18
19
- # Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
20
- # Docs: https://getcomposer.org/doc/articles/scripts.md
21
-
22
- # - name: Run test suite
23
- # run: composer run-script test
+ - name: Run test suite
+ run: composer run-script test
0 commit comments