From df43b97adfba62514ff2c052af100b78eab06bb5 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Mon, 11 Oct 2021 02:10:52 +0000 Subject: [PATCH] circleci: Change test reporter to list --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5c403c4..7abf44f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |