Skip to content

Commit acd24b3

Browse files
committed
ci: reorder the matrix for better readability of the logs
1 parent 2667b7d commit acd24b3

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,23 @@ jobs:
4040
needs: build
4141
strategy:
4242
matrix:
43-
os: [ubuntu-latest]
44-
node-version: [18]
45-
flag-for-ts: ['--typescript', '']
46-
flag-for-jsx: ['--jsx', '']
47-
flag-for-router: ['--router', '']
48-
flag-for-pinia: ['--pinia', '']
49-
flag-for-vitest: ['--vitest', '']
43+
flag-for-ts: ['', '--typescript']
44+
flag-for-jsx: ['', '--jsx']
45+
flag-for-router: ['', '--router']
46+
flag-for-pinia: ['', '--pinia']
47+
flag-for-vitest: ['', '--vitest']
5048

5149
# It's quite costly to install Cypress & Playwright even with cache.
5250
# Maybe we can split them into another job so that all the projects
5351
# can share the same binary installation.
54-
flag-for-e2e: ['--cypress', '--playwright', '']
52+
flag-for-e2e: ['', '--cypress', '--playwright']
5553

5654
# Skip ESLint/Prettier tests as we've reached the limit of job numbers
5755
# TODO: Find a way to test them without adding new jobs
5856

57+
node-version: [18]
58+
os: [ubuntu-latest]
59+
5960
# Run a few tests on other systems and Node.js versions
6061
include:
6162
- node-version: 18

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy