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:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
command: |
|
command: |
|
||||||
npm run test:linux
|
npm run test:linux -- -r list
|
||||||
# - deploy:
|
# - deploy:
|
||||||
# name: Push to docker
|
# name: Push to docker
|
||||||
# command: |
|
# command: |
|
||||||
|
|
Loading…
Reference in a new issue