Skip to content

Commit b2e90c0

Browse files
Fix
1 parent 69c2d13 commit b2e90c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)