From 01464b5dea0a8e785d38d14f2c65a542deea942f Mon Sep 17 00:00:00 2001 From: Donkie Date: Thu, 18 May 2023 16:22:08 +0200 Subject: [PATCH] Attempt to fix artifacts again --- .github/workflows/integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index bdf08f0..c2c266f 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -63,8 +63,8 @@ jobs: path: /tmp - name: Load images run: | - docker load --input /tmp/spoolman - docker load --input /tmp/spoolman-tester + docker load --input /tmp/spoolman/spoolman.tar + docker load --input /tmp/spoolman-tester/spoolman-tester.tar - uses: isbang/compose-action@v1.4.1 with: compose-file: "./tests_integration/docker-compose-${{ matrix.dbtype }}.yml"