Skip to content

Commit

Permalink
devops(ci): Don't run phpstan with xdebug.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrorocker committed Jan 15, 2024
1 parent 8ed05ca commit 8ff4639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: vendor/bin/phpcs

- name: Run phpstan
run: vendor/bin/phpstan analyse -c phpstan.neon --xdebug --no-progress
run: vendor/bin/phpstan analyse -c phpstan.neon --no-progress

- name: Run Pest
run: vendor/bin/pest

0 comments on commit 8ff4639

Please sign in to comment.