Skip to content

Commit c20db38

Browse files
committed
test
1 parent 032a5c0 commit c20db38

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ jobs:
2626
run: _secret_ipv6-test
2727
- name: "normal command 3"
2828
run: echo "End script"
29+
- name: "long command"
30+
run: for i in {0..100}; do echo test; sleep 1; done

0 commit comments

Comments
 (0)