From 2222808a8dcc53e71b986a6ca03f7ae5726ea570 Mon Sep 17 00:00:00 2001 From: Evan You Date: Mon, 30 Apr 2018 17:27:50 -0400 Subject: [PATCH] ci: tweak workflow workload --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1d54e37987..f35e74b8b6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,7 +38,7 @@ jobs: steps: - attach_workspace: at: ~/project - - run: yarn test -p typescript + - run: yarn test 'ts(?:\w(?!E2e))+\.spec\.js$' group-3: <<: *defaults @@ -53,6 +53,7 @@ jobs: - attach_workspace: at: ~/project - run: yarn test -p unit-mocha,unit-jest,e2e-nightwatch,e2e-cypress + - run: yarn test tsPluginE2e workflows: version: 2