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"