fix: fail

This commit is contained in:
Tom Hu 2024-12-05 22:33:32 -03:00
parent 902e26a66e
commit 4a208c1d0c
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

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