Skip to content

Commit

Permalink
ci: switch test to macos
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Dec 8, 2024
1 parent fb25c5a commit 2d22bcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -432,13 +432,13 @@ exports[`generator - github-build-matrix with devserver should match matrix valu
{
"job-name": "ng-default-esbuild",
"sample": "samples/ng-default",
"os": "ubuntu-latest",
"os": "macos-latest",
"node-version": "NODE-VERSION",
"java-version": "JAVA-VERSION",
"npm-version": "NPM-VERSION",
"default-environment": "prod",
"jwt-secret-key": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
"args": "--sample-yorc-folder --entities-sample sqllight"
"args": "--sample-yorc-folder --entities-sample sqllight --client-bundler experimentalEsbuild"
},
{
"job-name": "ng-default-webpack",
Expand Down
3 changes: 2 additions & 1 deletion .blueprint/github-build-matrix/samples/dev-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ export const devServerMatrix = {
angular: {
'ng-default-esbuild': {
sample: 'samples/ng-default',
args: '--sample-yorc-folder --entities-sample sqllight',
args: '--sample-yorc-folder --entities-sample sqllight --client-bundler experimentalEsbuild',
os: 'macos-latest',
},
'ng-default-webpack': {
sample: 'samples/ng-default',
Expand Down

0 comments on commit 2d22bcd

Please sign in to comment.