Skip to content

Commit

Permalink
Merge pull request #202 from mailgun/fix-compose
Browse files Browse the repository at this point in the history
Compose is now embedded in the Docker CLI
  • Loading branch information
medge-mailgun authored Sep 19, 2024
2 parents c6a54bc + 2c666e7 commit f08144a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
run: go mod download

- name: Start containers
run: docker-compose up -d --build
run: docker compose up -d --build

- name: Test
run: make test

- name: Stop containers
if: always()
run: docker-compose down
run: docker compose down

0 comments on commit f08144a

Please sign in to comment.