From 2b3b368005721c93362c15b94408889224bfee53 Mon Sep 17 00:00:00 2001 From: Adam Klein Date: Tue, 1 Oct 2019 19:55:01 +0300 Subject: [PATCH] Trying to surpass saucelabs --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5d0d78c8..ba44eb30 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,7 +35,8 @@ jobs: key: v1-dependencies-{{ checksum "package.json" }} # run tests! - - run: npm run test + # - run: npm run test + - run: npm run test:ci:local - store_test_results: path: /tmp/test-results