test on ci.yml #4
Some checks failed
Podman Rootless Demo / test-backend (push) Failing after 4m2s
Podman Rootless Demo / test-rootless (push) Failing after 18s

This commit is contained in:
continuist 2025-09-18 22:48:33 -04:00
parent c3afa62691
commit ae62404c0d

View file

@ -35,8 +35,8 @@ jobs:
podman --remote version
podman --remote run --rm alpine:3.20 echo "Hello from host rootless Podman!"
- name: Create internal network
run: podman --remote network create --internal integ-${{ env.RUN_ID }}
- name: Create network
run: podman --remote network create integ-${{ env.RUN_ID }}
- name: Start PostgreSQL
run: |