circleci: Change test reporter to list
This commit is contained in:
parent
4780813d3d
commit
df43b97adf
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
- run:
|
||||
name: Run tests
|
||||
command: |
|
||||
npm run test:linux
|
||||
npm run test:linux -- -r list
|
||||
# - deploy:
|
||||
# name: Push to docker
|
||||
# command: |
|
||||
|
|
Loading…
Reference in a new issue