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

This commit is contained in:
2025-05-16 19:00:41 +03:00
parent 9d61197035
commit 6bdad115f3

View File

@@ -47,11 +47,11 @@ jobs:
key: ${{ runner.os }}-primes
- name: Start Podman service
run: nohup podman system service -t 0 unix:/tmp/podman.sock &
run: nohup podman system service -t 0 unix:///tmp/podman.sock &
- name: Run E2E tests
env:
DOCKER_HOST: unix:/tmp/podman.sock
DOCKER_HOST: unix:///tmp/podman.sock
IGNORE_ROOT_CHECK: 1
run: |
make e2e-test