We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea8078 commit f87dc66Copy full SHA for f87dc66
1 file changed
Makefile
@@ -100,7 +100,7 @@ test-integration: test-integration-setup test-integration-exec test-integration-
100
test-integration-setup: ## Start Docker services for integration tests
101
docker compose -f dev/docker-compose-integration.yml kill
102
docker compose -f dev/docker-compose-integration.yml rm -f
103
- docker compose -f dev/docker-compose-integration.yml up -d --wait
+ docker compose -f dev/docker-compose-integration.yml up -d --build --wait
104
uv run $(PYTHON_ARG) python dev/provision.py
105
106
test-integration-exec: ## Run integration tests (excluding provision)
0 commit comments