Skip to content

Commit

Permalink
fix: test a failure
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Dec 6, 2024
1 parent 2e5fc41 commit 1ffd4a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,9 @@ runs:
CC_VERSION: ${{ inputs.version }}
CC_YML_PATH: ${{ inputs.codecov_yml_path }}

- name: fail
run: exit 1

- name: Gracefully exit
if: ${{ !cancelled() }} && ${{ inputs.fail_ci_if_error }} != "true"
shell: bash
Expand Down

0 comments on commit 1ffd4a9

Please sign in to comment.