Skip to content

Commit

Permalink
Fix: docker-compose is not docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
lvarin committed Aug 6, 2024
1 parent 1082a61 commit 67b8ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/[email protected]

- name: Build and run Docker Compose
run: docker-compose up --build -d
run: docker compose up --build -d

- name: Wait for the services to be ready
run: |
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
DRS_FILER_URL: http://localhost:8080/ga4gh/drs/v1

- name: Stop and remove Docker Compose services
run: docker-compose down
run: docker-compose down

0 comments on commit 67b8ef9

Please sign in to comment.