mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-15 15:31:44 +00:00
fix: shell
This commit is contained in:
parent
419a6354b0
commit
969e2a1344
1 changed files with 1 additions and 0 deletions
|
|
@ -266,6 +266,7 @@ runs:
|
||||||
CC_YML_PATH: ${{ inputs.codecov_yml_path }}
|
CC_YML_PATH: ${{ inputs.codecov_yml_path }}
|
||||||
|
|
||||||
- name: fail
|
- name: fail
|
||||||
|
shell: bash
|
||||||
run: exit 1
|
run: exit 1
|
||||||
|
|
||||||
- name: Gracefully exit
|
- name: Gracefully exit
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue