Skip to content

Commit

Permalink
feat(ci): Use docker compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
znerol committed Sep 22, 2024
1 parent 6e46eec commit 83036a4
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 83036a4

Please sign in to comment.