Skip to content

Commit b522ec6

Browse files
committed
Add continue-on-error: true
1 parent 548ab59 commit b522ec6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
- name: Run phpstan
2525
run: php vendor/bin/phpstan
26+
continue-on-error: true
2627

2728
- name: Run psalm
2829
run: php vendor/bin/psalm
30+
continue-on-error: true

0 commit comments

Comments
 (0)