Skip to content

Commit 5a8253e

Browse files
committed
ci: Trying to debug command error
1 parent 47f64c5 commit 5a8253e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: "env.CI_SKIP == 'false'"
4848
continue-on-error: true
4949
run: |
50-
node -v && npm version && which npm && pwd && npx -p cross-env -p envinfo -- cross-env ENVINFO_DEBUG=trace envinfo
50+
node -v && npm version && npx shx which npm && pwd && npx -p cross-env -p envinfo -- cross-env ENVINFO_DEBUG=trace envinfo
5151
5252
- name: Install dependencies
5353
if: "env.CI_SKIP == 'false'"

0 commit comments

Comments
 (0)