We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31580de commit 577cbafCopy full SHA for 577cbaf
.github/workflows/nut.yml
@@ -82,6 +82,8 @@ jobs:
82
- uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
83
if: ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }}
84
- run: yarn compile
85
+ - run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
86
+ if: runner.os == 'Windows'
87
- run: echo "TESTKIT_EXECUTABLE_PATH=${{inputs.sfdxExecutablePath}}" >> $GITHUB_ENV
88
if: inputs.sfdxExecutablePath
89
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
0 commit comments