File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed
Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 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 :
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:
You can’t perform that action at this time.
0 commit comments