Skip to content

Commit 43849b6

Browse files
committed
ci: Make sure continue-on-error is always valid
1 parent 00fe52e commit 43849b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Run tests
104104
env:
105105
RAILS_BRANCH: ${{ matrix.rails_branch }}
106-
continue-on-error: ${{ matrix.experimental }}
106+
continue-on-error: ${{ matrix.experimental || false }}
107107
working-directory: "./action_text-trix"
108108
run: bin/rails test:all
109109

0 commit comments

Comments
 (0)