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 626cf95 + f953966 commit d00eaa4Copy full SHA for d00eaa4
.github/workflows/php.yml
@@ -30,11 +30,8 @@ jobs:
30
- name: Install dependencies
31
run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
32
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
+ run: composer test
38
39
- name: Run phan
40
run: composer phan
0 commit comments