1 Commits

Author SHA1 Message Date
a785df1ec6 ci: add e2e tests
Some checks failed
E2E / tests (pull_request) Failing after 34s
Pre-commit / pre-commit (pull_request) Successful in 1m34s
2025-05-14 23:38:44 +03:00

View File

@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: registry.altlinux.org/p11/node:latest
image: altlinux.space/maks1ms/actions-container-runner:latest
steps:
- name: Checkout
@ -36,10 +36,7 @@ jobs:
- name: Set up Go
uses: https://github.com/actions/setup-go@v5
with:
go-version: '1.24'
- name: Install deps
run: apt-get update && apt-get install -y podman podman-docker
go-version: '1.24'
- name: Start Podman service
run: nohup podman system service -t 0 unix:/tmp/podman.sock &