File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -64,21 +64,21 @@ jobs:
6464 - name : Install npm dependencies
6565 run : npm install
6666
67- - name : Download openapi-foas
68- uses : actions/download-artifact@v4
69- with :
70- name : openapi-foas-dev # TODO: Change to passed input env
71- github-token : ${{ secrets.api_bot_pat }}
72- run-id : ${{ github.run_id }}
67+ # - name: Download openapi-foas
68+ # uses: actions/download-artifact@v4
69+ # with:
70+ # name: openapi-foas-dev # TODO: Change to passed input env
71+ # github-token: ${{ secrets.api_bot_pat }}
72+ # run-id: ${{ github.run_id }}
7373
7474 - name : Run Metric Collection Job
7575 working-directory : ./tools/spectral/ipa/metrics/scripts
76- run : node runMetricCollection.js ../../../../../openapi-foas .json
76+ run : node runMetricCollection.js ../../../../../openapi/v2 .json # TODO: Change to foas in release run
7777
7878 - name : Dump Metric Collection Job Data to S3
7979 env :
8080 AWS_ACCESS_KEY_ID : ${{ secrets.IPA_S3_BUCKET_DW_STAGING_USERNAME }} # TODO: Change to passed secret
8181 AWS_SECRET_ACCESS_KEY : ${{ secrets.IPA_S3_BUCKET_DW_STAGING_PASSWORD }} # TODO: Change to passed secret
8282 S3_BUCKET_PREFIX : ${{ secrets.IPA_S3_BUCKET_DW_STAGING_PREFIX }} # TODO: Change to passed secret
8383 working-directory : ./tools/spectral/ipa/metrics/scripts
84- run : node dataDump.js ../../../../../openapi-foas .json
84+ run : node dataDump.js ../../../../../openapi/v2 .json # TODO: Change to foas in release run
You can’t perform that action at this time.
0 commit comments