File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 70
70
retention-days : 1
71
71
72
72
test-windows-amd64 :
73
- runs-on : windows-2022
73
+ runs-on : ${{ matrix.os }}
74
74
needs :
75
75
- build
76
76
env :
79
79
strategy :
80
80
fail-fast : false
81
81
matrix :
82
+ os : [windows-2022, windows-2025]
82
83
worker :
83
84
- containerd
84
85
pkg :
89
90
- ./frontend
90
91
- ./frontend/dockerfile
91
92
include :
92
- -
93
+ - os : windows-2022
94
+ worker : containerd
95
+ pkg : ./...
96
+ skip-integration-tests : 1
97
+ - os : windows-2025
98
+ worker : containerd
93
99
pkg : ./...
94
100
skip-integration-tests : 1
95
101
steps :
@@ -162,7 +168,7 @@ jobs:
162
168
if : always()
163
169
uses : actions/upload-artifact@v4
164
170
with :
165
- name : test-reports-${{ env.TEST_REPORT_NAME }}
171
+ name : test-reports-${{ matrix.os }}-${{ env.TEST_REPORT_NAME }}
166
172
path : ./bin/testreports
167
173
retention-days : 1
168
174
-
You can’t perform that action at this time.
0 commit comments