From 694e4b9f611fc62c6950f529a8df1adbb0dd653a Mon Sep 17 00:00:00 2001 From: Donkie Date: Mon, 5 Aug 2024 19:35:17 +0200 Subject: [PATCH] Update compose-action to try fix CI issue --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f98147..7b24c18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -219,7 +219,7 @@ jobs: docker load --input /tmp/spoolman-tester-image/spoolman-tester.tar - name: Perform integration tests - uses: isbang/compose-action@v1.4.1 + uses: hoverkraft-tech/compose-action@v2.0.1 with: compose-file: "./tests_integration/docker-compose-${{ matrix.dbtype }}.yml" up-flags: "--abort-on-container-exit"