We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1bbe5 commit bdb7a5bCopy full SHA for bdb7a5b
Makefile
@@ -29,10 +29,10 @@ test: run-test cleanup-test
29
run-test:
30
TEST_ADDR="${TEST_ADDR}" \
31
IMAGE_TAG="${IMAGE_TAG}" \
32
- docker-compose -f docker-compose-latest.test.yml up --exit-code-from=sut --abort-on-container-exit
+ docker compose -f docker-compose-latest.test.yml up --exit-code-from=sut --abort-on-container-exit
33
34
cleanup-test:
35
@echo "Stopping and removing the container"
36
37
38
- docker-compose -f docker-compose-latest.test.yml down
+ docker compose -f docker-compose-latest.test.yml down
0 commit comments