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 748a77f commit cbbe04bCopy full SHA for cbbe04b
.github/workflows/code_health.yaml
@@ -75,7 +75,7 @@ jobs:
75
MDB_MCP_API_CLIENT_ID: ${{ secrets.TEST_ATLAS_CLIENT_ID }}
76
MDB_MCP_API_CLIENT_SECRET: ${{ secrets.TEST_ATLAS_CLIENT_SECRET }}
77
MDB_MCP_API_BASE_URL: ${{ vars.TEST_ATLAS_BASE_URL }}
78
- run: npm test -- --testPathIgnorePatterns "mongodb"
+ run: npm test -- --testPathIgnorePatterns "tests/integration/tools/mongodb" --testPathIgnorePatterns "tests/integration/[^/]+\.ts"
79
- name: Upload test results
80
uses: actions/upload-artifact@v4
81
with:
0 commit comments