Обновить .gitea/workflows/install.yaml
Some checks failed
Install MSI on Specific Runner / install_single (push) Failing after 2s
Install MSI on Specific Runner / deploy_all (K4012-KOA) (push) Successful in 2s
Install MSI on Specific Runner / docker-latest (push) Failing after 40s

This commit is contained in:
2026-04-16 14:50:17 +05:00
parent 43ce5f1fb0
commit 68f12ec78b

View File

@@ -25,3 +25,11 @@ jobs:
run: |
Start-Process msiexec.exe -ArgumentList "/i C:\install\MAX.msi /qn /norestart" -Wait
"Installed successfully on $(hostname) at $(Get-Date)" | Out-File -FilePath "C:\install\git_MAX.txt" -Encoding utf8
#docker-latest
docker-latest:
runs-on: docker-latest
steps:
- name: docker ps
shell: bash
run: docker ps