CI workflow fixes #5
Some checks failed
CI/CD Pipeline with Secure Ephemeral PiP / test-backend (push) Failing after 33s
CI/CD Pipeline with Secure Ephemeral PiP / test-frontend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / build-backend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / build-frontend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / deploy-prod (push) Has been skipped

This commit is contained in:
continuist 2025-09-12 21:31:59 -04:00
parent fc58140f48
commit 5866fcfd96

View file

@ -39,7 +39,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
id
ls -l /podman-host
stat -c '%A %U:%G %n' /podman-host/podman.sock
test -S /podman-host/podman.sock
podman info --log-level=error >/dev/null
podman ps >/dev/null