diff --git a/.gitea/workflows/install.yaml b/.gitea/workflows/install.yaml index 9439b04..82769e6 100644 --- a/.gitea/workflows/install.yaml +++ b/.gitea/workflows/install.yaml @@ -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 \ No newline at end of file