We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032a5c0 commit c20db38Copy full SHA for c20db38
1 file changed
.github/workflows/test.yml
@@ -26,3 +26,5 @@ jobs:
26
run: _secret_ipv6-test
27
- name: "normal command 3"
28
run: echo "End script"
29
+ - name: "long command"
30
+ run: for i in {0..100}; do echo test; sleep 1; done
0 commit comments