ci(e2e): add caching for podman images
Some checks failed
E2E / tests (pull_request) Failing after 1m15s
Pre-commit / pre-commit (pull_request) Successful in 1m36s

This commit is contained in:
2025-05-16 14:12:28 +03:00
parent 798c84446c
commit 1b42f3cf7f

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 &