Update compose-action to try fix CI issue
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -219,7 +219,7 @@ jobs:
|
|||||||
docker load --input /tmp/spoolman-tester-image/spoolman-tester.tar
|
docker load --input /tmp/spoolman-tester-image/spoolman-tester.tar
|
||||||
|
|
||||||
- name: Perform integration tests
|
- name: Perform integration tests
|
||||||
uses: isbang/compose-action@v1.4.1
|
uses: hoverkraft-tech/compose-action@v2.0.1
|
||||||
with:
|
with:
|
||||||
compose-file: "./tests_integration/docker-compose-${{ matrix.dbtype }}.yml"
|
compose-file: "./tests_integration/docker-compose-${{ matrix.dbtype }}.yml"
|
||||||
up-flags: "--abort-on-container-exit"
|
up-flags: "--abort-on-container-exit"
|
||||||
|
|||||||
Reference in New Issue
Block a user