From 868c125b300f5f97e81a3e28beac3c1f53bf4097 Mon Sep 17 00:00:00 2001 From: Anton Baliasnikov Date: Mon, 4 Mar 2024 11:29:50 +0000 Subject: [PATCH] ci: test --- .github/workflows/integration-tests-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests-api.yml b/.github/workflows/integration-tests-api.yml index f4224996bc..c636f00216 100644 --- a/.github/workflows/integration-tests-api.yml +++ b/.github/workflows/integration-tests-api.yml @@ -85,7 +85,7 @@ jobs: - name: Load image run: | - docker load --input /tmp/*.tar + ls -1 /tmp/**/*.tar | xargs --no-run-if-empty -L 1 docker load --input docker image ls -a # - uses: isbang/compose-action@v1.5.1