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 f78fb4c commit c6dc412Copy full SHA for c6dc412
.github/workflows/code_health.yaml
@@ -51,9 +51,9 @@ jobs:
51
run: npm ci
52
- name: Run tests
53
env:
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 }}
+ MDB_MCP_API_CLIENT_ID: ${{ secrets.QA_ATLAS_CLIENT_ID }}
+ MDB_MCP_API_CLIENT_SECRET: ${{ secrets.QA_ATLAS_CLIENT_SECRET }}
+ MDB_MCP_API_BASE_URL: ${{ vars.QA_ATLAS_BASE_URL }}
57
run: npm test -- --exclude "tests/unit/**" --exclude "tests/integration/tools/mongodb/**" --exclude "tests/integration/*.ts"
58
- name: Upload test results
59
uses: actions/upload-artifact@v4
0 commit comments