From cb36ad47f46d177c6f4f3a4850ce335a57437097 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sun, 22 Oct 2023 13:17:55 +0200 Subject: [PATCH] Add build pull to run test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 90b00cf..9b01121 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ check-env: run-test: check-env # Run phpunit test suite IMAGE_TAG="${IMAGE_TAG}" \ - $(TEMP_DIR)/dockerl -f $(TEMP_DIR)/tests/php/docker-compose.yml up --exit-code-from=sut --abort-on-container-exit + $(TEMP_DIR)/dockerl -f $(TEMP_DIR)/tests/php/docker-compose.yml up --build --pull --exit-code-from=sut --abort-on-container-exit cleanup-test: check-env @echo "Stopping and removing the container"