Skip to content

Commit d00eaa4

Browse files
authored
Merge pull request #11 from peter279k/update_ci_yml
Update the CI settings YAML file for consistency.
2 parents 626cf95 + f953966 commit d00eaa4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,8 @@ jobs:
3030
- name: Install dependencies
3131
run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
3232

33-
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
34-
# Docs: https://getcomposer.org/doc/articles/scripts.md
35-
3633
- name: Run test suite
37-
run: composer run-script test
34+
run: composer test
3835

3936
- name: Run phan
4037
run: composer phan

0 commit comments

Comments
 (0)