File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -40,22 +40,23 @@ jobs:
40
40
needs : build
41
41
strategy :
42
42
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']
50
48
51
49
# It's quite costly to install Cypress & Playwright even with cache.
52
50
# Maybe we can split them into another job so that all the projects
53
51
# can share the same binary installation.
54
- flag-for-e2e : ['--cypress ', '--playwright ', '']
52
+ flag-for-e2e : ['', '--cypress ', '--playwright ']
55
53
56
54
# Skip ESLint/Prettier tests as we've reached the limit of job numbers
57
55
# TODO: Find a way to test them without adding new jobs
58
56
57
+ node-version : [18]
58
+ os : [ubuntu-latest]
59
+
59
60
# Run a few tests on other systems and Node.js versions
60
61
include :
61
62
- node-version : 18
You can’t perform that action at this time.
0 commit comments