Skip to content

Commit 69c2d13

Browse files
Fix
1 parent 47fdc4a commit 69c2d13

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release-IPA-metrics.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ env:
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

1817
jobs:
@@ -28,7 +27,6 @@ jobs:
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:

0 commit comments

Comments
 (0)