We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c87c6 commit 4c29a5fCopy full SHA for 4c29a5f
.github/workflows/tests.yml
@@ -122,6 +122,11 @@ jobs:
122
- name: Run Component Tests
123
if: matrix.os == 'windows'
124
run: make test-${{ matrix.target }}
125
+ env:
126
+ TMPDIR: D:\Temp
127
+ TMP: D:\Temp
128
+ TEMP: D:\Temp
129
+ GOTMPDIR: D:\Temp
130
131
- name: Run All Tests
132
if: matrix.os != 'windows'
@@ -132,10 +137,6 @@ jobs:
137
- name: Run Updater Integration Tests
133
138
if: matrix.os != 'windows' || matrix.target == 'other'
134
139
run: ${{ matrix.test_cmd }}
135
- env:
136
- TMPDIR: D:\Temp
- TMP: D:\Temp
- TEMP: D:\Temp
140
141
test-summary:
142
if: always()
0 commit comments