|
40 | 40 | path: "C:\\Users\\RUNNER~1\\mysqlmsn" |
41 | 41 | compression-level: 9 |
42 | 42 |
|
43 | | - ci-node-linux-and-mac: |
| 43 | + ci-node-unix: |
44 | 44 | runs-on: ${{ matrix.os }} |
45 | 45 |
|
46 | 46 | strategy: |
@@ -105,7 +105,7 @@ jobs: |
105 | 105 | path: "C:\\Users\\RUNNER~1\\mysqlmsn" |
106 | 106 | compression-level: 9 |
107 | 107 |
|
108 | | - ci-bun-linux-and-mac: |
| 108 | + ci-bun-unix: |
109 | 109 | runs-on: ${{ matrix.os }} |
110 | 110 |
|
111 | 111 | strategy: |
@@ -161,9 +161,9 @@ jobs: |
161 | 161 | - name: Run tests |
162 | 162 | run: npm test --colors |
163 | 163 |
|
164 | | - test-node-linux-and-mac: |
| 164 | + test-node-unix: |
165 | 165 | runs-on: ${{ matrix.os }} |
166 | | - needs: ci-node-linux-and-mac |
| 166 | + needs: ci-node-unix |
167 | 167 |
|
168 | 168 | strategy: |
169 | 169 | fail-fast: false |
@@ -209,9 +209,9 @@ jobs: |
209 | 209 | - name: Run tests |
210 | 210 | run: bun run test --colors |
211 | 211 |
|
212 | | - test-bun-linux-and-mac: |
| 212 | + test-bun-unix: |
213 | 213 | runs-on: ${{ matrix.os }} |
214 | | - needs: ci-bun-linux-and-mac |
| 214 | + needs: ci-bun-unix |
215 | 215 |
|
216 | 216 | strategy: |
217 | 217 | fail-fast: false |
@@ -265,9 +265,9 @@ jobs: |
265 | 265 | path: "C:\\Users\\RUNNER~1\\mysqlmsn" |
266 | 266 | compression-level: 9 |
267 | 267 |
|
268 | | - stress-node-linux-and-mac: |
| 268 | + stress-node-unix: |
269 | 269 | runs-on: ${{ matrix.os }} |
270 | | - needs: test-node-linux-and-mac |
| 270 | + needs: test-node-unix |
271 | 271 |
|
272 | 272 | strategy: |
273 | 273 | fail-fast: false |
@@ -355,9 +355,9 @@ jobs: |
355 | 355 | path: "C:\\Users\\RUNNER~1\\mysqlmsn" |
356 | 356 | compression-level: 9 |
357 | 357 |
|
358 | | - stress-bun-linux-and-mac: |
| 358 | + stress-bun-unix: |
359 | 359 | runs-on: ${{ matrix.os }} |
360 | | - needs: test-bun-linux-and-mac |
| 360 | + needs: test-bun-unix |
361 | 361 |
|
362 | 362 | strategy: |
363 | 363 | fail-fast: false |
|
0 commit comments