Skip to content

Commit

Permalink
Fail gracefully
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 31, 2022
1 parent c1a827c commit 5f4f06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ jobs:
run: vendor/bin/phpstan analyse --ansi packages/framework/src packages/realtime-compiler/src || true

- name: Run static analysis (Psalm/Shepherd)
run: vendor/bin/psalm --shepherd
run: vendor/bin/psalm --shepherd || true

0 comments on commit 5f4f06d

Please sign in to comment.