File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
.blueprint/github-build-matrix Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -432,13 +432,13 @@ exports[`generator - github-build-matrix with devserver should match matrix valu
432432 {
433433 " job-name" : " ng-default-esbuild" ,
434434 " sample" : " samples/ng-default" ,
435- " os" : " ubuntu -latest" ,
435+ " os" : " macos -latest" ,
436436 " node-version" : " NODE-VERSION" ,
437437 " java-version" : " JAVA-VERSION" ,
438438 " npm-version" : " NPM-VERSION" ,
439439 " default-environment" : " prod" ,
440440 " jwt-secret-key" : " ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=" ,
441- " args" : " --sample-yorc-folder --entities-sample sqllight"
441+ " args" : " --sample-yorc-folder --entities-sample sqllight --client-bundler experimentalEsbuild "
442442 },
443443 {
444444 " job-name" : " ng-default-webpack" ,
@@ -454,7 +454,7 @@ exports[`generator - github-build-matrix with devserver should match matrix valu
454454 {
455455 " job-name" : " react-default" ,
456456 " sample" : " samples/react-default" ,
457- " os" : " ubuntu -latest" ,
457+ " os" : " macos -latest" ,
458458 " node-version" : " NODE-VERSION" ,
459459 " java-version" : " JAVA-VERSION" ,
460460 " npm-version" : " NPM-VERSION" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ export const devServerMatrix = {
44 angular : {
55 'ng-default-esbuild' : {
66 sample : 'samples/ng-default' ,
7- args : '--sample-yorc-folder --entities-sample sqllight' ,
7+ args : '--sample-yorc-folder --entities-sample sqllight --client-bundler experimentalEsbuild' ,
8+ os : 'macos-latest' ,
89 } ,
910 'ng-default-webpack' : {
1011 sample : 'samples/ng-default' ,
@@ -15,6 +16,7 @@ export const devServerMatrix = {
1516 'react-default' : {
1617 sample : 'samples/react-default' ,
1718 args : '--sample-yorc-folder --entities-sample sqllight' ,
19+ os : 'macos-latest' ,
1820 } ,
1921 } ,
2022 vue : {
You can’t perform that action at this time.
0 commit comments