chore: Use M1 on CircleCI (#4958)
This commit is contained in:
parent
ed6d45cbfe
commit
b1575aee8f
|
@ -7,7 +7,7 @@ orbs:
|
||||||
macos: &macos
|
macos: &macos
|
||||||
macos:
|
macos:
|
||||||
xcode: "14.2.0"
|
xcode: "14.2.0"
|
||||||
resource_class: large
|
resource_class: macos.m1.large.gen1
|
||||||
|
|
||||||
bash-env: &bash-env
|
bash-env: &bash-env
|
||||||
BASH_ENV: "~/.nvm/nvm.sh"
|
BASH_ENV: "~/.nvm/nvm.sh"
|
||||||
|
|
|
@ -9,9 +9,9 @@ module.exports = {
|
||||||
},
|
},
|
||||||
artifacts: {
|
artifacts: {
|
||||||
plugins: {
|
plugins: {
|
||||||
screenshot: 'failing',
|
screenshot: process.env.CI ? undefined : 'failing',
|
||||||
video: 'failing',
|
video: process.env.CI ? undefined : 'failing',
|
||||||
uiHierarchy: 'enabled'
|
uiHierarchy: process.env.CI ? undefined : 'enabled'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
apps: {
|
apps: {
|
||||||
|
|
Loading…
Reference in New Issue