Skip to content

Commit 291a205

Browse files
committed
Allow static analysis to fail
1 parent 0f7f59c commit 291a205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120

121121
- name: "Static analysis"
122122
run: "composer analyse"
123+
continue-on-error: true
123124

124125
unit-tests:
125126
name: "Unit tests"

0 commit comments

Comments
 (0)