ci: add e2e #90

Merged
Maks1mS merged 8 commits from Maks1mS/ALR:ci-e2e into master 2025-05-16 16:19:25 +00:00
Showing only changes of commit 6bdad115f3 - Show all commits

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