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 1717 executor :
1818 name : node/default
1919 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
2024 steps :
2125 - checkout
2226 - node/with-cache :
@@ -188,12 +192,13 @@ workflows:
188192 # since we might want to release a beta version
189193 requires :
190194 - 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 5353 },
5454 "release" : {
5555 "branches" : [
56- { "name" : " main " },
56+ { "name" : " master " },
5757 {
5858 "name" : " prepare-v2" ,
5959 "prerelease" : true
You can’t perform that action at this time.
0 commit comments