Skip to content

Commit 98bfd6e

Browse files
Fix
1 parent c1aeb97 commit 98bfd6e

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

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

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
ref: ${{ env.OAS_BRANCH }}
2626
sparse-checkout: openapi/${{ env.OAS_FILE }}
2727

28-
- name: Debug Checkout
29-
run: |
30-
echo "Workspace Contents:"
31-
ls -la
32-
3328
- name: Upload OAS file
3429
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
3530
with:
@@ -58,19 +53,9 @@ jobs:
5853
with:
5954
name: oas-dev
6055

61-
- name: Debug Checkout
62-
run: |
63-
echo "Workspace Contents:"
64-
ls -la
65-
echo "Tools Spectral Contents:"
66-
ls -la tools/spectral
67-
echo "IPA Contents:"
68-
ls -la tools/spectral/ipa || echo "ipa directory is missing!"
69-
7056
- name: Run Metric Collection Job
7157
working-directory: tools/spectral/ipa/metrics/scripts
72-
run: ls -la
73-
# node runMetricCollection.js ${{ env.OAS_FILE }}
58+
run: node runMetricCollection.js "${{ github.workspace }}/${{ env.OAS_FILE }}"
7459

7560
# - name: Dump Metric Collection Job Data to S3
7661
# env:

0 commit comments

Comments
 (0)