Attempt to fix artifacts again
This commit is contained in:
4
.github/workflows/integration-test.yml
vendored
4
.github/workflows/integration-test.yml
vendored
@@ -63,8 +63,8 @@ jobs:
|
|||||||
path: /tmp
|
path: /tmp
|
||||||
- name: Load images
|
- name: Load images
|
||||||
run: |
|
run: |
|
||||||
docker load --input /tmp/spoolman
|
docker load --input /tmp/spoolman/spoolman.tar
|
||||||
docker load --input /tmp/spoolman-tester
|
docker load --input /tmp/spoolman-tester/spoolman-tester.tar
|
||||||
- uses: isbang/compose-action@v1.4.1
|
- uses: isbang/compose-action@v1.4.1
|
||||||
with:
|
with:
|
||||||
compose-file: "./tests_integration/docker-compose-${{ matrix.dbtype }}.yml"
|
compose-file: "./tests_integration/docker-compose-${{ matrix.dbtype }}.yml"
|
||||||
|
|||||||
Reference in New Issue
Block a user