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 33ef8e6d96 - Show all commits

View File

@@ -46,12 +46,10 @@ jobs:
/var/lib/containers/storage
key: ${{ runner.os }}-primes
- name: Start Podman service
run: nohup podman system service -t 0 unix:///tmp/podman.sock &
- 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