Skip to content

Commit b1313ed

Browse files
committed
move mongodb-runner to package-json
1 parent a346e00 commit b1313ed

File tree

3 files changed

+1569
-75
lines changed

3 files changed

+1569
-75
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
4444
node-version: ${{ matrix.NODE_VERSION }}
4545
cache: 'npm'
4646
- run: npm ci
47-
- run: npm install -g mongodb-runner --loglevel verbose
48-
- run: mongodb-runner start
47+
- run: npm run start:mongodb
4948
- run: npm run lint
5049
- run: npm test -- --maxWorkers=4
5150
- run: npm run integration

0 commit comments

Comments
 (0)