Skip to content

Commit

Permalink
Make sure failing step never fails workflow with continue-on-error: t…
Browse files Browse the repository at this point in the history
…rue.
  • Loading branch information
afinetooth committed Oct 15, 2024
1 parent b72adce commit e313855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
coverage-reporter-version: ${{ matrix.coverage_reporter_version != '' && matrix.coverage_reporter_version || '' }}
env:
CI: true
continue-on-error: ${{ matrix.fail_on_error == 'false' }} # Inverse of fail-on-error
continue-on-error: true

- name: (Debug) Print coverage-reporter-version
run: |
Expand Down

0 comments on commit e313855

Please sign in to comment.