File tree 2 files changed +4
-3
lines changed
apps/mongodb-transaction-sample
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
22
http-sample,
23
23
microservice-sample,
24
24
mongo-sample,
25
+ mongodb-transaction-sample,
25
26
render-sample,
26
27
rxjs-sample,
27
28
sequelize-sample,
60
61
with :
61
62
node-version : ${{ matrix.node-version }}
62
63
- name : Start Docker-Compose
63
- run : docker- compose up -d
64
+ run : docker compose up -d
64
65
- name : Install pnpm
65
66
66
67
with :
69
70
- name : Run tests
70
71
run : pnpm run test:e2e
71
72
- name : Stop Docker-Compose
72
- run : docker- compose down
73
+ run : docker compose down
73
74
74
75
automerge :
75
76
needs : e2e-test
Original file line number Diff line number Diff line change 49
49
"executor" : " @nx/jest:jest" ,
50
50
"outputs" : [" {workspaceRoot}/coverage/{projectRoot}" ],
51
51
"options" : {
52
- "jestConfig" : " apps/mongodb-transaction-sample/jest.config.ts " ,
52
+ "jestConfig" : " apps/mongodb-transaction-sample/jest.config.js " ,
53
53
"passWithNoTests" : true
54
54
},
55
55
"configurations" : {
You can’t perform that action at this time.
0 commit comments