0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 00:03:21 +00:00

Change test to verbose mode

This commit is contained in:
G.Ambatte
2022-03-22 11:58:19 +13:00
parent 274b3bcb7e
commit 4134e43f6e

View File

@@ -58,7 +58,7 @@ jobs:
# run tests!
- run:
name: Tests
command: npm run circleci
command: npm run circleci --verbose
workflows:
build_and_test: