Skip to content

Commit

Permalink
fix: fail
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Dec 6, 2024
1 parent 902e26a commit 4a208c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a208c1

Please sign in to comment.