Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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)