From e3004e8ac03fa19b748377603d978b6aa8a4a012 Mon Sep 17 00:00:00 2001 From: Vitaliy Potyarkin Date: Thu, 26 Dec 2024 17:36:05 +0300 Subject: [PATCH] [##] Start podman service in background Signed-off-by: Vitaliy Potyarkin --- .forgejo/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/tests.yml b/.forgejo/workflows/tests.yml index cff90a4c6..a841024ff 100644 --- a/.forgejo/workflows/tests.yml +++ b/.forgejo/workflows/tests.yml @@ -27,7 +27,9 @@ jobs: TESTCONTAINERS_RYUK_DISABLED: true # run only tests for the FrostFS backend - run: go test -v github.com/restic/restic/internal/backend/frostfs + run: |- + podman-service.sh + go test -v github.com/restic/restic/internal/backend/frostfs - name: Reverse shell if: failure()