Skip to content

Commit 10e8c18

Browse files
Fix
1 parent 08620db commit 10e8c18

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2525
with:
2626
sparse-checkout:
27-
tools/spectral
27+
tools/spectral/ipa
2828
package.json
2929
package-lock.json
3030

@@ -42,6 +42,15 @@ jobs:
4242
exit 1
4343
fi
4444
45+
- name: Debug Checkout
46+
run: |
47+
echo "Workspace Contents:"
48+
ls -la
49+
echo "Tools Spectral Contents:"
50+
ls -la tools/spectral
51+
echo "IPA Contents:"
52+
ls -la tools/spectral/ipa || echo "ipa directory is missing!"
53+
4554
- name: Setup Node
4655
uses: actions/setup-node@v4
4756
with:

0 commit comments

Comments
 (0)