Skip to content

Commit

Permalink
feat(ci): Use docker compose v2 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
znerol authored Sep 22, 2024
1 parent 17f6819 commit 41349b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up integration test
run: docker-compose ${{ env.DOCKER_COMPOSE_ARGS }} build
run: docker compose ${{ env.DOCKER_COMPOSE_ARGS }} build

- name: Run integration test
run: docker-compose ${{ env.DOCKER_COMPOSE_ARGS }} run sut
run: docker compose ${{ env.DOCKER_COMPOSE_ARGS }} run sut

0 comments on commit 41349b2

Please # to comment.