From b14508e4cf804e47c9efd85645d7acf8cbdfcaa0 Mon Sep 17 00:00:00 2001 From: agatha Date: Thu, 7 May 2026 20:42:16 +0000 Subject: [PATCH] Chore: Rebuild api-test image before running integration tests Co-Authored-By: Claude Sonnet 4.6 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2686cf0..fe0136d 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ test-unit: cd api && python -m pytest tests/unit/ -v test-integration: + docker compose -f docker-compose.test.yml build api-test docker compose -f docker-compose.test.yml run --rm api-test build-prod: