We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e90c0 commit 97cf956Copy full SHA for 97cf956
.github/workflows/release-IPA-metrics.yml
@@ -53,7 +53,9 @@ jobs:
53
54
- name: Run Metric Collection Job
55
working-directory: tools/spectral/ipa/metrics/scripts
56
- run: node runMetricCollection.js "${{ env.DEV_OAS_PATH }}/openapi/v2.json"
+ run: |
57
+ ls -la
58
+ node runMetricCollection.js "${{ env.DEV_OAS_PATH }}/openapi/v2.json"
59
60
- name: Dump Metric Collection Job Data to S3
61
env:
0 commit comments