mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-12 22:17:24 +00:00
fix: test a failure
This commit is contained in:
parent
2e5fc410f6
commit
1ffd4a9bde
1 changed files with 3 additions and 0 deletions
|
|
@ -265,6 +265,9 @@ 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
|
||||||
|
run: exit 1
|
||||||
|
|
||||||
- name: Gracefully exit
|
- name: Gracefully exit
|
||||||
if: ${{ !cancelled() }} && ${{ inputs.fail_ci_if_error }} != "true"
|
if: ${{ !cancelled() }} && ${{ inputs.fail_ci_if_error }} != "true"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue