Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkyle committed Aug 10, 2024
1 parent 522b8ef commit 3bcc403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
dependency-versions: ${{ matrix.dependency-versions }}

- name: Run PHPUnit
run: vendor/bin/phpunit tests
run: vendor/bin/phpunit tests --no-coverage

- name: Run phpstan
run: vendor/bin/phpstan analyse

0 comments on commit 3bcc403

Please sign in to comment.