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 7070 retention-days : 1
7171
7272 test-windows-amd64 :
73- runs-on : windows-2022
73+ runs-on : ${{ matrix.os }}
7474 needs :
7575 - build
7676 env :
7979 strategy :
8080 fail-fast : false
8181 matrix :
82+ os : [windows-2022, windows-2025]
8283 worker :
8384 - containerd
8485 pkg :
8990 - ./frontend
9091 - ./frontend/dockerfile
9192 include :
92- -
93+ - os : windows-2022
94+ worker : containerd
95+ pkg : ./...
96+ skip-integration-tests : 1
97+ - os : windows-2025
98+ worker : containerd
9399 pkg : ./...
94100 skip-integration-tests : 1
95101 steps :
@@ -162,7 +168,7 @@ jobs:
162168 if : always()
163169 uses : actions/upload-artifact@v4
164170 with :
165- name : test-reports-${{ env.TEST_REPORT_NAME }}
171+ name : test-reports-${{ matrix.os }}-${{ env.TEST_REPORT_NAME }}
166172 path : ./bin/testreports
167173 retention-days : 1
168174 -
You can’t perform that action at this time.
0 commit comments