File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 44
44
- *restore-cache
45
45
- *install-deps
46
46
- run :
47
- name : E2E tests
48
- command : yarn test:e2e
47
+ name : E2E tests (graphql)
48
+ command : yarn test:e2e:graphql
49
+ - run :
50
+ name : E2E tests (apollo)
51
+ command : yarn test:e2e:apollo
52
+ - run :
53
+ name : E2E tests (mercurius)
54
+ command : yarn test:e2e:mercurius
49
55
50
56
workflows :
51
57
version : 2
Original file line number Diff line number Diff line change 20
20
"publish:next" : " lerna publish --dist-tag next" ,
21
21
"test:e2e" : " lerna run test:e2e --parallel" ,
22
22
"test:e2e:dev" : " lerna run test:e2e:dev --parallel" ,
23
+ "test:e2e:apollo" : " lerna run test:e2e --scope @nestjs/apollo --stream" ,
24
+ "test:e2e:graphql" : " lerna run test:e2e --scope @nestjs/graphql --stream" ,
25
+ "test:e2e:mercurius" : " lerna run test:e2e --scope @nestjs/mercurius --stream" ,
23
26
"prepare" : " husky install"
24
27
},
25
28
"resolutions" : {
You can’t perform that action at this time.
0 commit comments