Skip to content

Commit 1f4e104

Browse files
committed
Add continue-on-error to let step pass when fail-on-erroris true.
1 parent e3a746a commit 1f4e104

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
debug: true
4545
env:
4646
CI: true
47+
continue-on-error: ${{ matrix.fail_on_error }}
4748

4849
# - name: Simulate Failure Scenarios
4950
# if: ${{ matrix.action == 'install' }}

0 commit comments

Comments
 (0)