Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-novotny committed Jun 2, 2023
1 parent 57fe807 commit 0d9ebce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run linters
run: |
vendor/bin/phpcs src tests
vendor/bin/phpstan analyse -c phpstan.neon.dist
vendor/bin/phpstan analyse -c phpstan.neon
- name: Run tests
run: |
vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
Expand Down

0 comments on commit 0d9ebce

Please sign in to comment.