Skip to content

Commit bbd54a6

Browse files
author
l
committed
force red x on fail
1 parent 04fa17b commit bbd54a6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test-sdc-tasks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ jobs:
5454
run: |
5555
gh pr edit $ISSUE_URL --add-label "Complete"
5656
gh pr edit $ISSUE_URL --remove-label "Needs Review"
57+
- name: fail if not complete
58+
if: (steps.test-individual-shell-tools.outputs.attempted == 'y' || steps.test-jq.outputs.attempted == 'y' || steps.test-shell-pipelines.outputs.attempted == 'y') && !(steps.test-individual-shell-tools.outputs.complete == 'y' || steps.test-jq.outputs.complete == 'y' || steps.test-shell-pipelines.outputs.complete == 'y')
59+
run: |
60+
exit -1

0 commit comments

Comments
 (0)