Skip to content

Commit a5e13a7

Browse files
committed
Try navigating to the action workspace
1 parent 590f335 commit a5e13a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/windows_test_npm_install.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ jobs:
225225
# Run the build task:
226226
- name: 'Run build task'
227227
run: |
228+
cd $GITHUB_WORKSPACE
228229
chmod +x ./tools/ci/github/script
229230
"./tools/ci/github/script" ${{ matrix.BUILD_TASK }} || "./tools/ci/github/script" ${{ matrix.BUILD_TASK }}
230231
timeout-minutes: 360
@@ -233,6 +234,7 @@ jobs:
233234
- name: 'View log file'
234235
if: failure()
235236
run: |
237+
cd $GITHUB_WORKSPACE
236238
chmod +x ./tools/ci/github/on_failure
237239
"./tools/ci/github/on_failure"
238240
timeout-minutes: 5

0 commit comments

Comments
 (0)