Skip to content

Commit

Permalink
Update docker-compose-tests.yml to Docker Compose V2
Browse files Browse the repository at this point in the history
- As per https://docs.docker.com/compose/migrate/, in July 2023 Compose
V1 stops receiving updates.
  • Loading branch information
aishling-scilifelab committed Aug 15, 2024
1 parent 1ac36ea commit 5f74cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-compose-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3

- name: Run tests against database container
run: docker-compose -f docker-compose.yml -f tests/docker-compose-test.yml up --build --exit-code-from backend
run: docker compose -f docker-compose.yml -f tests/docker-compose-test.yml up --build --exit-code-from backend

- name: Setup upterm session
uses: lhotari/action-upterm@v1
Expand Down

0 comments on commit 5f74cac

Please sign in to comment.