Skip to content

Commit a816e40

Browse files
committed
Fail!!
1 parent 78ff8c7 commit a816e40

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/default.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ jobs:
5656
echo "string=${{ inputs.string || 'goodbye' }}" >> $GITHUB_OUTPUT
5757
echo "optional=${{ inputs.optional }}" >> $GITHUB_OUTPUT
5858
59+
fail:
60+
runs-on: ubuntu-latest
61+
steps:
62+
- name: Fail
63+
run: |
64+
echo "This is a failure"
65+
exit 1
66+
5967
# call_worker:
6068
# needs: context
6169
# uses: ./.github/workflows/worker.yml

0 commit comments

Comments
 (0)