Skip to content

Commit 4c29a5f

Browse files
authored
chore(ci): Update env dirs correctly (#3112)
* chore(ci): Update env dirs correctly * Trying again
1 parent f8c87c6 commit 4c29a5f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ jobs:
122122
- name: Run Component Tests
123123
if: matrix.os == 'windows'
124124
run: make test-${{ matrix.target }}
125+
env:
126+
TMPDIR: D:\Temp
127+
TMP: D:\Temp
128+
TEMP: D:\Temp
129+
GOTMPDIR: D:\Temp
125130

126131
- name: Run All Tests
127132
if: matrix.os != 'windows'
@@ -132,10 +137,6 @@ jobs:
132137
- name: Run Updater Integration Tests
133138
if: matrix.os != 'windows' || matrix.target == 'other'
134139
run: ${{ matrix.test_cmd }}
135-
env:
136-
TMPDIR: D:\Temp
137-
TMP: D:\Temp
138-
TEMP: D:\Temp
139140

140141
test-summary:
141142
if: always()

0 commit comments

Comments
 (0)