File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ jobs:
5252        run : npm install 
5353
5454      - name : Run Metric Collection Job 
55-         working-directory : ./ tools/spectral/ipa/metrics/scripts
55+         working-directory : tools/spectral/ipa/metrics/scripts 
5656        run : node runMetricCollection.js "${{ env.DEV_OAS_PATH }}/openapi/v2.json" 
5757
5858      - name : Dump Metric Collection Job Data to S3 
5959        env :
6060          AWS_ACCESS_KEY_ID : ${{ secrets.IPA_S3_BUCKET_DW_STAGING_USERNAME }} 
6161          AWS_SECRET_ACCESS_KEY : ${{ secrets.IPA_S3_BUCKET_DW_STAGING_PASSWORD }} 
6262          S3_BUCKET_PREFIX : ${{ secrets.IPA_S3_BUCKET_DW_STAGING_PREFIX }} 
63-         working-directory : ./ tools/spectral/ipa/metrics/scripts
63+         working-directory : tools/spectral/ipa/metrics/scripts 
6464        run : node dataDump.js 
6565
6666#   failure-handler:
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments