Skip to content

Commit 97cf956

Browse files
Fix
1 parent b2e90c0 commit 97cf956

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353

5454
- name: Run Metric Collection Job
5555
working-directory: tools/spectral/ipa/metrics/scripts
56-
run: node runMetricCollection.js "${{ env.DEV_OAS_PATH }}/openapi/v2.json"
56+
run: |
57+
ls -la
58+
node runMetricCollection.js "${{ env.DEV_OAS_PATH }}/openapi/v2.json"
5759
5860
- name: Dump Metric Collection Job Data to S3
5961
env:

0 commit comments

Comments
 (0)