Skip to content

Commit 2af2342

Browse files
authored
Rename step to print lines before failing
1 parent 5f5a88f commit 2af2342

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
with:
2626
fetch-depth: 1
2727

28-
- name: Run true
28+
- name: Print 200 lines then fail
2929
run: |
30+
for i in $(seq 1 200); do
31+
echo "Dummy line $i"
32+
done
3033
false

0 commit comments

Comments
 (0)