Skip to content

Commit 1a91d97

Browse files
committed
notfound
1 parent 664afdb commit 1a91d97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
build:
1919
name: Fail on purpose
2020
runs-on: ubuntu-latest
21-
run: notFound
21+
steps:
22+
- name: Not Found
23+
run: notFound
2224
send-notification:
2325
name: Send Notification
2426
needs: [ perform-release ]

0 commit comments

Comments
 (0)