try fix
This commit is contained in:
@@ -46,12 +46,10 @@ jobs:
|
|||||||
/var/lib/containers/storage
|
/var/lib/containers/storage
|
||||||
key: ${{ runner.os }}-primes
|
key: ${{ runner.os }}-primes
|
||||||
|
|
||||||
- name: Start Podman service
|
|
||||||
run: nohup podman system service -t 0 unix:///tmp/podman.sock &
|
|
||||||
|
|
||||||
- name: Run E2E tests
|
- name: Run E2E tests
|
||||||
env:
|
env:
|
||||||
DOCKER_HOST: unix:///tmp/podman.sock
|
DOCKER_HOST: unix:///tmp/podman.sock
|
||||||
IGNORE_ROOT_CHECK: 1
|
IGNORE_ROOT_CHECK: 1
|
||||||
run: |
|
run: |
|
||||||
|
podman system service -t 0 unix:///tmp/podman.sock &
|
||||||
make e2e-test
|
make e2e-test
|
||||||
|
Reference in New Issue
Block a user