We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556668d commit 02baa90Copy full SHA for 02baa90
1 file changed
tests/integration/Makefile
@@ -97,8 +97,8 @@ clean-%:
97
# Pattern rule for testing backends
98
test-%: build clean-%
99
@echo "Testing $* backend..."
100
- @docker compose --profile $(PROFILE_$*) up -d $(SERVICES_$*)
101
- @docker compose --profile $(PROFILE_$*) run --rm test-$*
+ @docker compose --profile $(PROFILE_$*) up --quiet-pull -d $(SERVICES_$*)
+ @docker compose --profile $(PROFILE_$*) run --quiet-pull --rm test-$*
102
@docker compose --profile $(PROFILE_$*) down
103
@echo "$* test completed"
104
0 commit comments