fix: test a failure

This commit is contained in:
Tom Hu
2024-12-05 22:18:15 -03:00
parent 2e5fc410f6
commit 1ffd4a9bde

View File

@@ -265,6 +265,9 @@ runs:
CC_VERSION: ${{ inputs.version }}
CC_YML_PATH: ${{ inputs.codecov_yml_path }}
- name: fail
run: exit 1
- name: Gracefully exit
if: ${{ !cancelled() }} && ${{ inputs.fail_ci_if_error }} != "true"
shell: bash