fix: prevent for building dependencies twice (#99)

closes #94

Reviewed-on: Plemya-x/ALR#99
Co-authored-by: Maxim Slipenko <no-reply@maxim.slipenko.com>
Co-committed-by: Maxim Slipenko <no-reply@maxim.slipenko.com>
This commit is contained in:
2025-06-08 17:57:18 +00:00
committed by Maxim Slipenko
parent 7741c7368b
commit 06fcab4ce7
10 changed files with 182 additions and 112 deletions

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