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 672f3fc commit b53bfb7Copy full SHA for b53bfb7
.github/workflows/php.yml
@@ -1,4 +1,4 @@
1
-name: PHP Composer
+name: CI
2
3
on:
4
push:
@@ -29,8 +29,5 @@ jobs:
29
- name: Install dependencies
30
run: composer install --prefer-dist --no-progress
31
32
- # Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
33
- # Docs: https://getcomposer.org/doc/articles/scripts.md
34
-
35
- name: Run test suite
36
run: composer run-script test
0 commit comments