Skip to content

Commit

Permalink
Compose is now embedded in the Docker CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
medge-mailgun committed Sep 19, 2024
1 parent c6a54bc commit 2c666e7
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 2c666e7

Please sign in to comment.