We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba858d0 commit 8119811Copy full SHA for 8119811
.github/workflows/code_health.yaml
@@ -54,7 +54,7 @@ jobs:
54
MDB_MCP_API_CLIENT_ID: ${{ secrets.TEST_ATLAS_CLIENT_ID }}
55
MDB_MCP_API_CLIENT_SECRET: ${{ secrets.TEST_ATLAS_CLIENT_SECRET }}
56
MDB_MCP_API_BASE_URL: ${{ vars.TEST_ATLAS_BASE_URL }}
57
- run: npm test -- --exclude "tests/unit/**" --exclude "tests/integration/tools/mongodb/**" --exclude "tests/integration/*.ts"
+ run: npm test -- tests/integration/tools/atlas
58
- name: Upload test results
59
uses: actions/upload-artifact@v4
60
if: always()
0 commit comments