Skip to content

Commit

Permalink
ci: tweak workflow workload
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 30, 2018
1 parent 8426fb8 commit 2222808
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2222808

Please sign in to comment.