Compare commits
1 Commits
14bfc69cee
...
a8aefc0524
Author | SHA1 | Date | |
---|---|---|---|
a8aefc0524 |
@@ -28,6 +28,7 @@ jobs:
|
|||||||
|
|
||||||
container:
|
container:
|
||||||
image: altlinux.space/maks1ms/actions-container-runner:latest
|
image: altlinux.space/maks1ms/actions-container-runner:latest
|
||||||
|
privileged: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -39,14 +40,15 @@ jobs:
|
|||||||
uses: https://github.com/actions/setup-go@v5
|
uses: https://github.com/actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.24'
|
go-version: '1.24'
|
||||||
|
cache: false
|
||||||
|
|
||||||
- name: Cache Podman images
|
# - name: Cache Podman images
|
||||||
uses: actions/cache@v4
|
# uses: actions/cache@v4
|
||||||
with:
|
# with:
|
||||||
path: |
|
# path: |
|
||||||
~/.local/share/containers/storage
|
# ~/.local/share/containers/storage
|
||||||
/var/lib/containers/storage
|
# /var/lib/containers/storage
|
||||||
key: ${{ runner.os }}-primes
|
# key: ${{ runner.os }}-primes
|
||||||
|
|
||||||
- name: Run E2E tests
|
- name: Run E2E tests
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user