Skip to content

Commit 572002b

Browse files
committed
simulate failure
1 parent 67b2640 commit 572002b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/_ci_tmp.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
steps:
3333
- name: Pass
3434
run: echo pass
35-
#pass2:
36-
# runs-on: ubuntu-22.04
37-
# steps:
38-
# - name: Pass
39-
# run: echo pass
35+
fail:
36+
runs-on: ubuntu-22.04
37+
steps:
38+
- name: Pass
39+
run: exit 1

0 commit comments

Comments
 (0)