mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 16:16:24 +00:00
fix: check it
This commit is contained in:
@@ -265,10 +265,6 @@ runs:
|
|||||||
CC_VERSION: ${{ inputs.version }}
|
CC_VERSION: ${{ inputs.version }}
|
||||||
CC_YML_PATH: ${{ inputs.codecov_yml_path }}
|
CC_YML_PATH: ${{ inputs.codecov_yml_path }}
|
||||||
|
|
||||||
- name: fail
|
|
||||||
shell: bash
|
|
||||||
run: exit 1
|
|
||||||
|
|
||||||
- name: Gracefully exit
|
- name: Gracefully exit
|
||||||
if: ${{ !cancelled() }} && "$CC_FAIL_CI_IF_ERROR" != "true"
|
if: ${{ !cancelled() }} && "$CC_FAIL_CI_IF_ERROR" != "true"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user