File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1212  NODE_VERSION : ' 20.x' 
1313  OAS_BRANCH : ' dev' 
1414  OAS_FILE : ' openapi/v2.json' 
15-   IPA_PATH : ${{ github.workspace }}/ipa 
1615  DEV_OAS_PATH : ${{ github.workspace }}/dev-oas 
1716
1817jobs :
2827              tools/spectral/ipa 
2928              package.json 
3029              package-lock.json 
31-           path : ipa 
3230
3331      - name : Checkout repository (dev branch) 
3432        uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 
@@ -54,15 +52,15 @@ jobs:
5452        run : npm install 
5553
5654      - name : Run Metric Collection Job 
57-         working-directory : ${{ env.IPA_PATH }} /metrics/scripts
55+         working-directory : ./tools/spectral/ipa /metrics/scripts
5856        run : node runMetricCollection.js "${{ env.DEV_OAS_PATH }}/openapi/v2.json" 
5957
6058      - name : Dump Metric Collection Job Data to S3 
6159        env :
6260          AWS_ACCESS_KEY_ID : ${{ secrets.IPA_S3_BUCKET_DW_STAGING_USERNAME }} 
6361          AWS_SECRET_ACCESS_KEY : ${{ secrets.IPA_S3_BUCKET_DW_STAGING_PASSWORD }} 
6462          S3_BUCKET_PREFIX : ${{ secrets.IPA_S3_BUCKET_DW_STAGING_PREFIX }} 
65-         working-directory : ${{ env.IPA_PATH }} /metrics/scripts
63+         working-directory : ./tools/spectral/ipa /metrics/scripts
6664        run : node dataDump.js 
6765
6866#   failure-handler:
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments