Skip to content

Commit

Permalink
Add build pull to run test
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Oct 22, 2023
1 parent d6bf4ee commit cb36ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cb36ad4

Please sign in to comment.