[##] Start podman service in background
Some checks failed
/ Tests (pull_request) Has been cancelled
Some checks failed
/ Tests (pull_request) Has been cancelled
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
9aee64c118
commit
e3004e8ac0
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,9 @@ jobs:
|
||||||
TESTCONTAINERS_RYUK_DISABLED: true
|
TESTCONTAINERS_RYUK_DISABLED: true
|
||||||
|
|
||||||
# run only tests for the FrostFS backend
|
# 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
|
- name: Reverse shell
|
||||||
if: failure()
|
if: failure()
|
||||||
|
|
Loading…
Add table
Reference in a new issue