更新 .gitea/workflows/build.yml
Some checks failed
test_CICD / build (push) Failing after 13s

This commit is contained in:
leo 2025-02-23 19:33:54 +08:00
parent 5818ed1331
commit 56fac03ff2

View File

@ -14,7 +14,6 @@ jobs:
- name: test
shell: bash
run: |
Write-Host "test_start"
Start-Sleep -Seconds 20
Write-Host "test_end"
echo "test_start"
sleep 20
echo "test_end"