diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c1635c..b429732 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,3 +26,5 @@ jobs: run: _secret_ipv6-test - name: "normal command 3" run: echo "End script" + - name: "long command" + run: for i in {0..100}; do echo test; sleep 1; done