Skip to content

Commit d7b84e2

Browse files
authored
Remove continue-on-error override #88
1 parent 889bdd3 commit d7b84e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

action.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ runs:
5454
- name: Upload test results
5555
run: ${GITHUB_ACTION_PATH}/script.sh ${{ inputs.run }}
5656
shell: bash
57-
continue-on-error: ${{ inputs.run == '' && (inputs.quarantine == '' || inputs.quarantine == 'false') }}
5857
env:
5958
JUNIT_PATHS: ${{ inputs.junit-paths }}
6059
ORG_URL_SLUG: ${{ inputs.org-slug }}

0 commit comments

Comments
 (0)