ci: use docker socket from runner
Some checks failed
Pre-commit / pre-commit (pull_request) Successful in 9m8s
E2E / tests (pull_request) Failing after 3m20s

This commit is contained in:
2025-06-05 19:57:29 +03:00
parent 52f9911967
commit 0d9f2fc967

View File

@@ -28,7 +28,6 @@ jobs:
container:
image: altlinux.space/maks1ms/actions-container-runner:latest
privileged: true
steps:
- name: Checkout
@@ -52,8 +51,6 @@ jobs:
- name: Run E2E tests
env:
DOCKER_HOST: unix:///tmp/podman.sock
IGNORE_ROOT_CHECK: 1
run: |
podman system service -t 0 unix:///tmp/podman.sock &
make e2e-test