Skip to content

Commit

Permalink
Use docker-compose v2 on CI (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Aug 7, 2024
1 parent 0f3ef54 commit 577b3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
(! grep require paho/go.mod)
(! grep replace paho/go.mod) # don't add require/replace to paho/go.mod
- name: Prepare integration test
run: docker-compose up -d
run: docker compose up -d
- name: Run go test
run: |
eval ${{ matrix.env }}
Expand Down

0 comments on commit 577b3f6

Please sign in to comment.