Skip to content

Commit 734376d

Browse files
CLOUDP-290416: Fix metrics command
1 parent ab5b6e0 commit 734376d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Run Metric Collection Job
7070
if: ${{steps.get_previous_status.outputs.result == 'true' }}
7171
working-directory: ./tools/spectral/ipa/metrics/scripts
72-
run: node ./tools/spectral/ipa/metrics/scripts/runMetricCollection.js ../../../../../openapi-foas.json
72+
run: node runMetricCollection.js ../../../../../openapi-foas.json
7373

7474
- name: Dump Metric Collection Job Data to S3
7575
if: ${{steps.get_previous_status.outputs.result == 'true' }}

0 commit comments

Comments
 (0)