Skip to content

Commit 1004e65

Browse files
rename *-windows jobs to *-win
1 parent 068fbad commit 1004e65

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
ci-node-windows:
10+
ci-node-win:
1111
runs-on: ${{ matrix.os }}
1212

1313
strategy:
@@ -73,7 +73,7 @@ jobs:
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

0 commit comments

Comments
 (0)