File tree Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 17
17
executor :
18
18
name : node/default
19
19
tag : ' 12'
20
+ environment :
21
+ # since we do not need Cypress to publish the NPM package
22
+ # we can skip the binary download
23
+ CYPRESS_INSTALL_BINARY : 0
20
24
steps :
21
25
- checkout
22
26
- node/with-cache :
@@ -188,12 +192,13 @@ workflows:
188
192
# since we might want to release a beta version
189
193
requires :
190
194
- build
191
- - ' basic test'
192
- - ' html-pages'
193
- - ' recommended test'
194
- - ' recording test'
195
- - ' test-twice'
196
- - ' test-prebuild-only'
197
- - test-using-chromium
198
- - test-netlify-dev
199
- - ' routing'
195
+ # temporary while publishing pre-release
196
+ # - 'basic test'
197
+ # - 'html-pages'
198
+ # - 'recommended test'
199
+ # - 'recording test'
200
+ # - 'test-twice'
201
+ # - 'test-prebuild-only'
202
+ # - test-using-chromium
203
+ # - test-netlify-dev
204
+ # - 'routing'
Original file line number Diff line number Diff line change 53
53
},
54
54
"release" : {
55
55
"branches" : [
56
- { "name" : " main " },
56
+ { "name" : " master " },
57
57
{
58
58
"name" : " prepare-v2" ,
59
59
"prerelease" : true
You can’t perform that action at this time.
0 commit comments