File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 77 workflow_dispatch :
88
99jobs :
10- ci-node-windows :
10+ ci-node-win :
1111 runs-on : ${{ matrix.os }}
1212
1313 strategy :
7373 path : /tmp/mysqlmsn
7474 compression-level : 9
7575
76- ci-bun-windows :
76+ ci-bun-win :
7777 runs-on : ${{ matrix.os }}
7878
7979 strategy :
@@ -137,9 +137,9 @@ jobs:
137137 path : /tmp/mysqlmsn
138138 compression-level : 9
139139
140- test-node-windows :
140+ test-node-win :
141141 runs-on : ${{ matrix.os }}
142- needs : ci-node-windows
142+ needs : ci-node-win
143143
144144 strategy :
145145 fail-fast : false
@@ -185,9 +185,9 @@ jobs:
185185 - name : Run tests
186186 run : npm test --colors
187187
188- test-bun-windows :
188+ test-bun-win :
189189 runs-on : ${{ matrix.os }}
190- needs : ci-bun-windows
190+ needs : ci-bun-win
191191
192192 strategy :
193193 fail-fast : false
@@ -233,9 +233,9 @@ jobs:
233233 - name : Run tests
234234 run : bun run test --colors
235235
236- stress-node-windows :
236+ stress-node-win :
237237 runs-on : ${{ matrix.os }}
238- needs : test-node-windows
238+ needs : test-node-win
239239
240240 strategy :
241241 fail-fast : false
@@ -322,9 +322,9 @@ jobs:
322322 !/temp/mysqlmsn/dbs/*/*.sock
323323 compression-level : 9
324324
325- stress-bun-windows :
325+ stress-bun-win :
326326 runs-on : ${{ matrix.os }}
327- needs : test-bun-windows
327+ needs : test-bun-win
328328
329329 strategy :
330330 fail-fast : false
You can’t perform that action at this time.
0 commit comments