Skip to content

Commit

Permalink
Fix typo on psalm path
Browse files Browse the repository at this point in the history
  • Loading branch information
mariosimao committed Oct 19, 2021
1 parent 1bdc09c commit ffcf6db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
dependency-versions: ${{ matrix.dependencies }}
composer-options: --no-ansi --no-interaction --no-progress

- name: Run tests with phpunit/phpunit
- name: Run tests with phpunit
run: vendor/bin/phpunit --coverage-clover dist/phpunit/clover.xml

- name: Send code coverage report to Codecov.io
Expand Down Expand Up @@ -87,5 +87,5 @@ jobs:
dependency-versions: ${{ matrix.dependencies }}
composer-options: --no-ansi --no-interaction --no-progress

- name: Run tests with phpunit/phpunit
run: vendor/bin/pslam --shepherd
- name: Run tests with psalm and send coverage report
run: vendor/bin/psalm --shepherd

0 comments on commit ffcf6db

Please sign in to comment.