test on ci.yml #4
This commit is contained in:
parent
c3afa62691
commit
ae62404c0d
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ jobs:
|
||||||
podman --remote version
|
podman --remote version
|
||||||
podman --remote run --rm alpine:3.20 echo "Hello from host rootless Podman!"
|
podman --remote run --rm alpine:3.20 echo "Hello from host rootless Podman!"
|
||||||
|
|
||||||
- name: Create internal network
|
- name: Create network
|
||||||
run: podman --remote network create --internal integ-${{ env.RUN_ID }}
|
run: podman --remote network create integ-${{ env.RUN_ID }}
|
||||||
|
|
||||||
- name: Start PostgreSQL
|
- name: Start PostgreSQL
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue