Skip to content

Commit

Permalink
Invert docker compose ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Jul 4, 2024
1 parent 26876c2 commit 0060241
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ jobs:

- name: Running ${{ matrix.testcase }}
shell: bash
run: docker compose run ${{ matrix.testcase }}
run: docker compose -f tools/autograph-client/integration-tests.yml run ${{ matrix.testcase }}
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
volumes:
apptmpdir:
hsmtmpdir:
include:
- tools/autograph-client/integration-tests.yml
services:
db:
container_name: autograph-db
Expand Down
2 changes: 2 additions & 0 deletions tools/autograph-client/integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include:
- ../../docker-compose.yml
services:
test-api-app:
container_name: test-api-app
Expand Down

0 comments on commit 0060241

Please sign in to comment.