Skip to content

Commit

Permalink
change docker-compose to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Aug 12, 2024
1 parent d19dee1 commit 8401d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
uses: actions/checkout@v2

- name: Build Docker image
run: docker-compose -f test-docker-compose.yml build
run: docker compose -f test-docker-compose.yml build

- name: Run tests inside the container
run: docker-compose -f test-docker-compose.yml run api
run: docker compose -f test-docker-compose.yml run api

- name: Copy coverage
run: |
Expand Down

0 comments on commit 8401d81

Please sign in to comment.