Skip to content

Commit 2222808

Browse files
committed
ci: tweak workflow workload
1 parent 8426fb8 commit 2222808

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- attach_workspace:
4040
at: ~/project
41-
- run: yarn test -p typescript
41+
- run: yarn test 'ts(?:\w(?!E2e))+\.spec\.js$'
4242

4343
group-3:
4444
<<: *defaults
@@ -53,6 +53,7 @@ jobs:
5353
- attach_workspace:
5454
at: ~/project
5555
- run: yarn test -p unit-mocha,unit-jest,e2e-nightwatch,e2e-cypress
56+
- run: yarn test tsPluginE2e
5657

5758
workflows:
5859
version: 2

0 commit comments

Comments
 (0)