test
Some checks are pending
test_CICD / build (push) Waiting to run

This commit is contained in:
威勝 張 2025-02-23 19:10:18 +08:00
parent adae20d2b9
commit 4276399e22

View File

@ -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"