Skip to content

Commit e313855

Browse files
committed
Make sure failing step never fails workflow with continue-on-error: true.
1 parent b72adce commit e313855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
coverage-reporter-version: ${{ matrix.coverage_reporter_version != '' && matrix.coverage_reporter_version || '' }}
4949
env:
5050
CI: true
51-
continue-on-error: ${{ matrix.fail_on_error == 'false' }} # Inverse of fail-on-error
51+
continue-on-error: true
5252

5353
- name: (Debug) Print coverage-reporter-version
5454
run: |

0 commit comments

Comments
 (0)