We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b4b4f commit bb286f0Copy full SHA for bb286f0
1 file changed
Makefile
@@ -3,7 +3,7 @@
3
4
# Example: make test FILTER=tests/Jobs/ElasticSearchIndexInitTest.php
5
test:
6
- docker compose exec api vendor/bin/phpunit ${FILTER}
+ docker compose exec api bash -c 'LOG_CHANNEL=stderr LOG_LEVEL=debug vendor/bin/phpunit ${FILTER}'
7
8
init:
9
docker compose exec api bash -c 'php artisan migrate:fresh && php artisan passport:install && php artisan key:generate'
0 commit comments