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 bb21e21 commit 778582bCopy full SHA for 778582b
.github/workflows/code-health.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Run tests
36
run: npm test
37
env:
38
- TEST_MDB_MCP_VOYAGE_API_KEY=${{ secrets.TEST_MDB_MCP_VOYAGE_API_KEY }}
+ TEST_MDB_MCP_VOYAGE_API_KEY: ${{ secrets.TEST_MDB_MCP_VOYAGE_API_KEY }}
39
- name: Upload test results
40
if: always() && matrix.os == 'ubuntu-latest'
41
uses: actions/upload-artifact@v4
0 commit comments