We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5a88f commit 2af2342Copy full SHA for 2af2342
1 file changed
.github/workflows/ci.yml
@@ -25,6 +25,9 @@ jobs:
25
with:
26
fetch-depth: 1
27
28
- - name: Run true
+ - name: Print 200 lines then fail
29
run: |
30
+ for i in $(seq 1 200); do
31
+ echo "Dummy line $i"
32
+ done
33
false
0 commit comments