Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yelizhenden-mdb committed Feb 5, 2025
1 parent dde628a commit 0b9c103
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-IPA-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- name: Checkout repository (scripts)
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
ref: 'main'
sparse-checkout:
tools/spectral/ipa
package.json
Expand Down Expand Up @@ -53,7 +52,7 @@ jobs:
run: npm install

- name: Run Metric Collection Job
working-directory: tools/spectral
working-directory: tools/spectral/ipa
run: ls -la
# node runMetricCollection.js "${{ env.DEV_OAS_PATH }}/openapi/v2.json"

Expand Down

0 comments on commit 0b9c103

Please sign in to comment.