File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4040    name : Run Atlas tests 
4141    if : github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository 
4242    runs-on : ubuntu-latest 
43+     environment : Test 
4344    steps :
4445      - uses : GitHubSecurityLab/actions-permissions/monitor@v1 
4546      - uses : actions/checkout@v4 
5354        env :
5455          MDB_MCP_API_CLIENT_ID : ${{ secrets.TEST_ATLAS_CLIENT_ID }} 
5556          MDB_MCP_API_CLIENT_SECRET : ${{ secrets.TEST_ATLAS_CLIENT_SECRET }} 
56-           MDB_MCP_API_BASE_URL : ${{ vars .TEST_ATLAS_BASE_URL }} 
57+           MDB_MCP_API_BASE_URL : ${{ secrets .TEST_ATLAS_BASE_URL }} 
5758        run : npm test -- --testPathIgnorePatterns "tests/unit" --testPathIgnorePatterns "tests/integration/tools/mongodb" --testPathIgnorePatterns "tests/integration/[^/]+\.ts" 
5859      - name : Upload test results 
5960        uses : actions/upload-artifact@v4 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments