Skip to content

Commit cbbe04b

Browse files
committed
fix: patterns
1 parent 748a77f commit cbbe04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_health.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
MDB_MCP_API_CLIENT_ID: ${{ secrets.TEST_ATLAS_CLIENT_ID }}
7676
MDB_MCP_API_CLIENT_SECRET: ${{ secrets.TEST_ATLAS_CLIENT_SECRET }}
7777
MDB_MCP_API_BASE_URL: ${{ vars.TEST_ATLAS_BASE_URL }}
78-
run: npm test -- --testPathIgnorePatterns "mongodb"
78+
run: npm test -- --testPathIgnorePatterns "tests/integration/tools/mongodb" --testPathIgnorePatterns "tests/integration/[^/]+\.ts"
7979
- name: Upload test results
8080
uses: actions/upload-artifact@v4
8181
with:

0 commit comments

Comments
 (0)