try fix
Some checks failed
Pre-commit / pre-commit (pull_request) Successful in 1m31s
E2E / tests (pull_request) Failing after 1m43s

This commit is contained in:
2025-05-16 19:03:25 +03:00
parent 6bdad115f3
commit 33ef8e6d96

View File

@@ -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