ci: Fix MongoDB test instance not terminated after running tests (#9860)

This commit is contained in:
Antoine Cormouls
2025-09-30 13:42:51 +02:00
committed by GitHub
parent aad8ff9326
commit 389de8426c
3 changed files with 38 additions and 43 deletions

View File

@@ -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