File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -102,28 +102,20 @@ jobs:
102
102
working-directory : ../test-website
103
103
env :
104
104
YARN_ENABLE_IMMUTABLE_INSTALLS : false # Yarn berry should create the lockfile, despite CI env
105
-
106
105
- name : Start test-website project
107
106
run : yarn start --no-open
108
107
working-directory : ../test-website
109
108
env :
110
109
E2E_TEST : true
111
-
112
110
- name : TypeCheck website
113
- # TODO: there're some lingering issues with PnP + tsc. Enable tsc in PnP later.
114
- if : matrix.variant == '-st' && matrix.nodeLinker != 'pnp'
115
111
working-directory : ../test-website
116
112
run : yarn typecheck
117
113
- name : TypeCheck website - min version - v5.1
118
- # TODO: there're some lingering issues with PnP + tsc. Enable tsc in PnP later.
119
- if : matrix.variant == '-st' && matrix.nodeLinker != 'pnp'
120
114
working-directory : ../test-website
121
115
run : |
122
116
yarn add [email protected] --exact
123
117
yarn typecheck
124
118
- name : TypeCheck website - max version - Latest
125
- # TODO: there're some lingering issues with PnP + tsc. Enable tsc in PnP later.
126
- if : matrix.variant == '-st' && matrix.nodeLinker != 'pnp'
127
119
working-directory : ../test-website
128
120
run : |
129
121
yarn add typescript@latest --exact
You can’t perform that action at this time.
0 commit comments