mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-21 10:21:44 +00:00
fix: check it
This commit is contained in:
parent
969e2a1344
commit
45c554e577
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue