File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments