Skip to content

Commit

Permalink
Make the make test target identical to how php unit is run in project…
Browse files Browse the repository at this point in the history
…_tests.sh in preparation for aligning CI and local dev
  • Loading branch information
erkannt committed Jan 15, 2025
1 parent b9fa331 commit 99d5686
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 @@ -22,7 +22,7 @@ static-analysis:

.PHONY: test
test: bring-up-app-and-queue-watcher
docker compose exec app vendor/bin/phpunit $(TEST)
docker compose exec app vendor/bin/phpunit --log-junit build/phpunit.xml $(TEST)

.PHONY: all-tests
all-tests: bring-up-app-without-queue-watcher
Expand Down

0 comments on commit 99d5686

Please sign in to comment.