From 89f097e1bd84335c4c01a253a7e1f07698337bf6 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Wed, 23 Jan 2019 17:12:47 +0000 Subject: [PATCH] fix(ci): run in bound for now --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0d986922ba..35c04eb206 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -104,7 +104,7 @@ jobs: at: ~/project - run: name: Build Fixtures - command: yarn test:fixtures -w=2 --coverage && yarn coverage + command: yarn test:fixtures -i --coverage && yarn coverage - persist_to_workspace: root: ~/project paths: