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 dde628a commit 0b9c103Copy full SHA for 0b9c103
.github/workflows/release-IPA-metrics.yml
@@ -23,7 +23,6 @@ jobs:
23
- name: Checkout repository (scripts)
24
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
25
with:
26
- ref: 'main'
27
sparse-checkout:
28
tools/spectral/ipa
29
package.json
@@ -53,7 +52,7 @@ jobs:
53
52
run: npm install
54
55
- name: Run Metric Collection Job
56
- working-directory: tools/spectral
+ working-directory: tools/spectral/ipa
57
run: ls -la
58
# node runMetricCollection.js "${{ env.DEV_OAS_PATH }}/openapi/v2.json"
59
0 commit comments