File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
apps/mongodb-transaction-sample Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2222 http-sample,
2323 microservice-sample,
2424 mongo-sample,
25+ mongodb-transaction-sample,
2526 render-sample,
2627 rxjs-sample,
2728 sequelize-sample,
6061 with :
6162 node-version : ${{ matrix.node-version }}
6263 - name : Start Docker-Compose
63- run : docker- compose up -d
64+ run : docker compose up -d
6465 - name : Install pnpm
65666667 with :
6970 - name : Run tests
7071 run : pnpm run test:e2e
7172 - name : Stop Docker-Compose
72- run : docker- compose down
73+ run : docker compose down
7374
7475 automerge :
7576 needs : e2e-test
Original file line number Diff line number Diff line change 4949 "executor" : " @nx/jest:jest" ,
5050 "outputs" : [" {workspaceRoot}/coverage/{projectRoot}" ],
5151 "options" : {
52- "jestConfig" : " apps/mongodb-transaction-sample/jest.config.ts " ,
52+ "jestConfig" : " apps/mongodb-transaction-sample/jest.config.js " ,
5353 "passWithNoTests" : true
5454 },
5555 "configurations" : {
You can’t perform that action at this time.
0 commit comments