[##] Start podman service in background
Some checks failed
/ Tests (pull_request) Has been cancelled

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
Vitaliy Potyarkin 2024-12-26 17:36:05 +03:00
parent 9aee64c118
commit e3004e8ac0

View file

@ -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()