Skip to content

Commit

Permalink
#82 - Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Jan 17, 2020
1 parent a2bdbf5 commit a46c103
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,16 @@ jobs:
- name: Validate composer.json and composer.lock
run: composer validate

- name: Install Composer dependencies
run: composer install --prefer-dist --no-progress --no-suggest

#- name: Install PHPStan
# run: composer require --prefer-dist --no-progress --no-suggest --dev phpstan/phpstan
- name: Install PHPStan
run: composer require --prefer-dist --no-progress --no-suggest --dev phpstan/phpstan

- name: Run Psalm
if: any()
if: always()
run: vendor/bin/psalm --show-info=false

#- name: Run PHPStan
# run: vendor/bin/phpstan analyse -l 5 src
- name: Run PHPStan
if: always()
run: vendor/bin/phpstan analyse -l 5 src

- name: Run tests
run: |
Expand Down

0 comments on commit a46c103

Please sign in to comment.