ci: Fix MongoDB test instance not terminated after running tests (#9860)
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -210,8 +210,7 @@ jobs:
|
||||
${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- run: npm run pretest
|
||||
- run: npm run coverage
|
||||
- run: npm run coverage:mongodb
|
||||
env:
|
||||
CI: true
|
||||
- name: Upload code coverage
|
||||
|
||||
Reference in New Issue
Block a user