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 runs-on: ubuntu-latest
container: container:
image: registry.altlinux.org/p11/node:latest image: altlinux.space/maks1ms/actions-container-runner:latest
steps: steps:
- name: Checkout - name: Checkout
@ -38,9 +38,6 @@ jobs:
with: with:
go-version: '1.24' go-version: '1.24'
- name: Install deps
run: apt-get update && apt-get install -y podman podman-docker
- name: Start Podman service - name: Start Podman service
run: nohup podman system service -t 0 unix:/tmp/podman.sock & run: nohup podman system service -t 0 unix:/tmp/podman.sock &