Skip to content

Commit

Permalink
chore: update docker-compose to docker compose (v2 deprecation)
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Aug 30, 2024
1 parent a19fd06 commit 3b6ae5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fake_pact:

docker:
@echo "--- 🛠 Starting docker"
docker-compose up -d
docker compose up -d

docker_build:
docker build -f Dockerfile --build-arg GO_VERSION=${GO_VERSION} -t pactfoundation/pact-go-test .
Expand Down
2 changes: 1 addition & 1 deletion scripts/pact.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ foreach ($package in $packages) {
# Run integration tests
Write-Host "--> Testing E2E examples"
Write-Host "Running consumer tests"
docker-compose up -d
docker compose up -d
go test -tags=consumer -count=1 github.com/pact-foundation/pact-go/examples/... -run TestExample
if ($LastExitCode -ne 0) {
Write-Host "ERROR: Test failed, logging failure"
Expand Down

0 comments on commit 3b6ae5d

Please sign in to comment.