Skip to content

Commit

Permalink
Update CI setting yml to be consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed May 30, 2023
1 parent 626cf95 commit f953966
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ jobs:
- name: Install dependencies
run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi

# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md

- name: Run test suite
run: composer run-script test
run: composer test

- name: Run phan
run: composer phan
Expand Down

0 comments on commit f953966

Please sign in to comment.