40
40
steps :
41
41
- checkout
42
42
- node/install :
43
- install-yarn : true
44
- install-pnpm : true
45
43
node-version : << pipeline.parameters.node-version >>
44
+ - run : corepack enable
46
45
- bun/install
47
46
- deno/install
48
47
- run :
88
87
SHARD=$((${CIRCLE_NODE_INDEX}+1))
89
88
npm run test:ci:e2e -- --shard=${SHARD}/${CIRCLE_NODE_TOTAL}
90
89
environment :
91
- NETLIFY_AUTH_TOKEN : $NETLIFY_AUTH_TOKEN
92
90
NEXT_VERSION : << parameters.next-version >>
93
- NEXT_RESOLVED_VERSION : $RESOLVED_VERSION
94
91
PLAYWRIGHT_BLOB_OUTPUT_NAME :
95
92
report-<< parameters.next-version >>-{{ .Environment.CIRCLE_NODE_INDEX }}.zip
96
93
- persist_to_workspace :
@@ -111,9 +108,8 @@ jobs:
111
108
steps :
112
109
- checkout
113
110
- node/install :
114
- install-yarn : true
115
- install-pnpm : true
116
111
node-version : << pipeline.parameters.node-version >>
112
+ - run : corepack enable
117
113
- deno/install
118
114
- run :
119
115
name : Set Deno Version
@@ -156,9 +152,7 @@ jobs:
156
152
SHARD=$((${CIRCLE_NODE_INDEX}+1))
157
153
npm run test:ci:unit-and-integration -- --shard=${SHARD}/${CIRCLE_NODE_TOTAL}
158
154
environment :
159
- NETLIFY_AUTH_TOKEN : $NETLIFY_AUTH_TOKEN
160
155
NEXT_VERSION : << parameters.next-version >>
161
- NEXT_RESOLVED_VERSION : $RESOLVED_VERSION
162
156
TEMP : /tmp
163
157
164
158
smoke :
@@ -169,9 +163,8 @@ jobs:
169
163
steps :
170
164
- checkout
171
165
- node/install :
172
- install-yarn : true
173
- install-pnpm : true
174
166
node-version : << pipeline.parameters.node-version >>
167
+ - run : corepack enable
175
168
- deno/install
176
169
- run :
177
170
name : Set Deno Version
@@ -198,9 +191,7 @@ jobs:
198
191
name : Run Smoke Tests
199
192
command : npm run test:ci:smoke
200
193
environment :
201
- NETLIFY_AUTH_TOKEN : $NETLIFY_AUTH_TOKEN
202
194
NEXT_VERSION : << parameters.next-version >>
203
- NEXT_RESOLVED_VERSION : $RESOLVED_VERSION
204
195
205
196
merge-reports :
206
197
parameters :
0 commit comments