Skip to content

Commit f1bf1e2

Browse files
authored
Merge pull request #3 from AlphaQuantJS/fail-pr-test2
Fail pr test2
2 parents 3420c23 + 23a83aa commit f1bf1e2

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/workflows/fail.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1-
name: fail-check
1+
name: CI / fail
2+
23
on:
34
pull_request:
45
branches: [main]
6+
57
jobs:
68
test:
79
name: fail
810
runs-on: ubuntu-latest
911
steps:
10-
- name: Fail always
12+
- name: Wait a bit
13+
run: sleep 5
14+
15+
- name: Do some output
16+
run: echo "Simulating test run..."
17+
18+
- name: Fail intentionally
1119
run: exit 1
File renamed without changes.

trigger2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# trigger2 fail

0 commit comments

Comments
 (0)