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 - name: test
shell: powershell shell: powershell
run: | run: |
echo "test_start" Write-Host "test_start"
sleep 20 Start-Sleep -Seconds 20
echo "test_end " Write-Host "test_end"