Skip to content

Commit c6dc412

Browse files
committed
Try running atlas tests against QA
1 parent f78fb4c commit c6dc412

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/code_health.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
run: npm ci
5252
- name: Run tests
5353
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 }}
54+
MDB_MCP_API_CLIENT_ID: ${{ secrets.QA_ATLAS_CLIENT_ID }}
55+
MDB_MCP_API_CLIENT_SECRET: ${{ secrets.QA_ATLAS_CLIENT_SECRET }}
56+
MDB_MCP_API_BASE_URL: ${{ vars.QA_ATLAS_BASE_URL }}
5757
run: npm test -- --exclude "tests/unit/**" --exclude "tests/integration/tools/mongodb/**" --exclude "tests/integration/*.ts"
5858
- name: Upload test results
5959
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)