CI workflow fixes #2
Some checks failed
CI/CD Pipeline with Secure Ephemeral PiP / test-backend (push) Failing after 37s
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 37s
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
acee593cd6
commit
089b4ff7e2
1 changed files with 20 additions and 15 deletions
|
@ -37,11 +37,12 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
node -v
|
||||
podman --version
|
||||
ls -l /run/user/999/podman || true
|
||||
test -S /run/user/999/podman/podman.sock
|
||||
podman info --log-level=error >/dev/null
|
||||
podman ps >/dev/null
|
||||
test -S /run/user/999/podman/podman.sock
|
||||
node -v
|
||||
podman --version
|
||||
|
||||
- name: Network/DNS sanity from job container
|
||||
run: |
|
||||
|
@ -146,11 +147,12 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
node -v
|
||||
podman --version
|
||||
ls -l /run/user/999/podman || true
|
||||
test -S /run/user/999/podman/podman.sock
|
||||
podman info --log-level=error >/dev/null
|
||||
podman ps >/dev/null
|
||||
test -S /run/user/999/podman/podman.sock
|
||||
node -v
|
||||
podman --version
|
||||
|
||||
- name: Verify pinned digests provided
|
||||
run: |
|
||||
|
@ -207,11 +209,12 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
node -v
|
||||
podman --version
|
||||
ls -l /run/user/999/podman || true
|
||||
test -S /run/user/999/podman/podman.sock
|
||||
podman info --log-level=error >/dev/null
|
||||
podman ps >/dev/null
|
||||
test -S /run/user/999/podman/podman.sock
|
||||
node -v
|
||||
podman --version
|
||||
|
||||
- name: Setup ephemeral PiP container
|
||||
env:
|
||||
|
@ -277,11 +280,12 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
node -v
|
||||
podman --version
|
||||
ls -l /run/user/999/podman || true
|
||||
test -S /run/user/999/podman/podman.sock
|
||||
podman info --log-level=error >/dev/null
|
||||
podman ps >/dev/null
|
||||
test -S /run/user/999/podman/podman.sock
|
||||
node -v
|
||||
podman --version
|
||||
|
||||
- name: Setup ephemeral PiP container
|
||||
env:
|
||||
|
@ -348,11 +352,12 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
node -v
|
||||
podman --version
|
||||
ls -l /run/user/999/podman || true
|
||||
test -S /run/user/999/podman/podman.sock
|
||||
podman info --log-level=error >/dev/null
|
||||
podman ps >/dev/null
|
||||
test -S /run/user/999/podman/podman.sock
|
||||
node -v
|
||||
podman --version
|
||||
|
||||
# Your prod-pod.yml uses ${REGISTRY_HOST}, but the workflow defines REGISTRY.
|
||||
# Export a one-off alias so templating resolves.
|
||||
|
|
Loading…
Add table
Reference in a new issue