Skip to content

Commit 3f0d20a

Browse files
author
Val Brodsky
committed
Testing
1 parent 3fd7aaa commit 3f0d20a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,15 @@ jobs:
2727
uses: ./.github/workflows/lbox-publish.yml
2828
with:
2929
tag: ${{ inputs.tag }}
30+
fail-me:
31+
runs-on: ubuntu-latest
32+
steps:
33+
- name: Force exit with error
34+
run: |
35+
echo "Forcing job to exit with error"
36+
exit 1
3037
build:
38+
needs: ['build-lbox', 'fail-me']
3139
runs-on: ubuntu-latest
3240
outputs:
3341
hashes: ${{ steps.hash.outputs.hashes }}

0 commit comments

Comments
 (0)