circleci: Change test reporter to list

dev
Jonatan Nilsson 2021-10-11 02:10:52 +00:00
parent 4780813d3d
commit df43b97adf
1 changed files with 1 additions and 1 deletions

View File

@ -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: |