Skip to content

Commit dbf669d

Browse files
authored
chore: update docker compose command (#137)
1 parent 0c16efa commit dbf669d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ test:
2626

2727
integration-test:
2828
@echo "=== $(INTEGRATION) === [ test ]: running integration tests..."
29-
@docker-compose -f tests/integration/docker-compose.yml up -d --build
30-
@go test -v -tags=integration ./tests/integration/. ; (ret=$$?; docker-compose -f tests/integration/docker-compose.yml down && exit $$ret)
29+
@docker compose -f tests/integration/docker-compose.yml up -d --build
30+
@go test -v -tags=integration ./tests/integration/. ; (ret=$$?; docker compose -f tests/integration/docker-compose.yml down && exit $$ret)
3131

3232
# rt-update-changelog runs the release-toolkit run.sh script by piping it into bash to update the CHANGELOG.md.
3333
# It also passes down to the script all the flags added to the make target. To check all the accepted flags,

0 commit comments

Comments
 (0)