Chore: Rebuild api-test image before running integration tests
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
1
Makefile
1
Makefile
@@ -4,6 +4,7 @@ test-unit:
|
|||||||
cd api && python -m pytest tests/unit/ -v
|
cd api && python -m pytest tests/unit/ -v
|
||||||
|
|
||||||
test-integration:
|
test-integration:
|
||||||
|
docker compose -f docker-compose.test.yml build api-test
|
||||||
docker compose -f docker-compose.test.yml run --rm api-test
|
docker compose -f docker-compose.test.yml run --rm api-test
|
||||||
|
|
||||||
build-prod:
|
build-prod:
|
||||||
|
|||||||
Reference in New Issue
Block a user