We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 821b471 commit beb6b31Copy full SHA for beb6b31
.github/workflows/unit-test.yml
@@ -25,5 +25,15 @@ jobs:
25
- name: Install dev dependencies
26
run: sfw npm install --no-package-lock
27
28
- - name: Run unit tests
29
- run: npm run test
+ - name: Debug paths
+ run: |
30
+ echo "Current working directory:"
31
+ pwd
32
+ echo "Node version and path:"
33
+ node -v
34
+ where node
35
+ echo "NPM version and path:"
36
+ npm -v
37
+ where npm
38
+ echo "Check node_modules/.bin contents:"
39
+ dir node_modules\.bin
0 commit comments