parent
adae20d2b9
commit
4276399e22
@ -14,7 +14,7 @@ jobs:
|
||||
- name: test
|
||||
shell: powershell
|
||||
run: |
|
||||
echo "test_start"
|
||||
sleep 20
|
||||
echo "test_end "
|
||||
Write-Host "test_start"
|
||||
Start-Sleep -Seconds 20
|
||||
Write-Host "test_end"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user