Skip to content

Commit

Permalink
Change docker-compose to docker compose in CI specs
Browse files Browse the repository at this point in the history
This change fixes failing tests in CI (where the `docker-compose`
program has been replaced with the `docker compose` suite of commands).
  • Loading branch information
waxlamp committed Aug 9, 2024
1 parent 83d0c44 commit 49a61f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ jobs:
- name: Dump Docker Compose logs
if: failure()
run: |
docker-compose \
docker compose \
-f "$pythonLocation/lib/python${{ matrix.python }}/site-packages/dandi/tests/data/dandiarchive-docker/docker-compose.yml" \
logs --timestamps
- name: Shut down Docker Compose
run: |
docker-compose \
docker compose \
-f "$pythonLocation/lib/python${{ matrix.python }}/site-packages/dandi/tests/data/dandiarchive-docker/docker-compose.yml" \
down -v

0 comments on commit 49a61f6

Please sign in to comment.