Skip to content

Commit 83ffa41

Browse files
committed
Add debug statements
1 parent e7e3bb5 commit 83ffa41

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/windows_test_npm_install.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ jobs:
231231
- name: 'Run build task'
232232
run: |
233233
. "${{ env.NVS_HOME }}/nvs.sh" && nvs use ${{ matrix.NODE_VERSION }}
234+
ls $PWD
235+
ls $GITHUB_WORKSPACE
234236
. "./tools/ci/github/script" ${{ matrix.BUILD_TASK }}
235237
timeout-minutes: 360
236238

0 commit comments

Comments
 (0)