Skip to content

Commit 577cbaf

Browse files
committed
test: windows temp dir fix
1 parent 31580de commit 577cbaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nut.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
- uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
8383
if: ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }}
8484
- run: yarn compile
85+
- run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
86+
if: runner.os == 'Windows'
8587
- run: echo "TESTKIT_EXECUTABLE_PATH=${{inputs.sfdxExecutablePath}}" >> $GITHUB_ENV
8688
if: inputs.sfdxExecutablePath
8789
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd

0 commit comments

Comments
 (0)