fix: fail

This commit is contained in:
Tom Hu
2024-12-05 22:33:32 -03:00
parent 902e26a66e
commit 4a208c1d0c

View File

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