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 1b42f3cf7f - Show all commits

View File

@@ -28,7 +28,6 @@ jobs:
container:
image: altlinux.space/maks1ms/actions-container-runner:latest
options: --privileged
steps:
- name: Checkout
@@ -39,6 +38,14 @@ jobs:
with:
go-version: '1.24'
- name: Cache Podman images
uses: actions/cache@v4
with:
path: |
~/.local/share/containers/storage
/var/lib/containers/storage
key: ${{ runner.os }}-primes
- name: Start Podman service
run: nohup podman system service -t 0 unix:/tmp/podman.sock &