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
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:
parent
fc58140f48
commit
5866fcfd96
1 changed files with 2 additions and 0 deletions
|
@ -39,7 +39,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
|
id
|
||||||
ls -l /podman-host
|
ls -l /podman-host
|
||||||
|
stat -c '%A %U:%G %n' /podman-host/podman.sock
|
||||||
test -S /podman-host/podman.sock
|
test -S /podman-host/podman.sock
|
||||||
podman info --log-level=error >/dev/null
|
podman info --log-level=error >/dev/null
|
||||||
podman ps >/dev/null
|
podman ps >/dev/null
|
||||||
|
|
Loading…
Add table
Reference in a new issue