Skip to content

Commit bb286f0

Browse files
authored
fix(logging): add logging env vars to Makefile (#687)
for testing with phpunit
1 parent 51b4b4f commit bb286f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Example: make test FILTER=tests/Jobs/ElasticSearchIndexInitTest.php
55
test:
6-
docker compose exec api vendor/bin/phpunit ${FILTER}
6+
docker compose exec api bash -c 'LOG_CHANNEL=stderr LOG_LEVEL=debug vendor/bin/phpunit ${FILTER}'
77

88
init:
99
docker compose exec api bash -c 'php artisan migrate:fresh && php artisan passport:install && php artisan key:generate'

0 commit comments

Comments
 (0)