Skip to content

Commit

Permalink
docker compose moved from V1 to V2 with latest ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickFuhrmann-HTWBerlin authored Aug 11, 2024
1 parent a42f7a0 commit 13c9917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:

- name: Test
run: |
docker-compose -f docker-compose.test.yaml up --build --no-deps --abort-on-container-exit --exit-code-from oaipmh
docker-compose -f docker-compose.test.yaml down
docker compose -f docker-compose.test.yaml up --build --no-deps --abort-on-container-exit --exit-code-from oaipmh
docker compose -f docker-compose.test.yaml down

0 comments on commit 13c9917

Please sign in to comment.