Skip to content

Commit 870cbb3

Browse files
author
Merlin Rabens
authored
Update ci.yml
1 parent 7e38adf commit 870cbb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
env:
2222
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2323
run: sbt test
24+
- name: Try to fail
25+
run: exit 1
2426
- name: Send slack notification
2527
uses: act10ns/slack@v1
2628
env:

0 commit comments

Comments
 (0)