mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
test: run all tests on arm linux platforms (#19318)
* test: run all tests on arm platforms * Use Ubuntu 18.04 for arm64 CI
This commit is contained in:
committed by
Shelley Vohr
parent
dc30b86377
commit
e389fa75ea
@@ -150,8 +150,8 @@ async function installSpecModules () {
|
||||
cwd: path.resolve(__dirname, '../spec'),
|
||||
stdio: 'inherit'
|
||||
})
|
||||
if (status !== 0) {
|
||||
throw new Error('Failed to npm install in the spec folder')
|
||||
if (status !== 0 && !process.env.IGNORE_YARN_INSTALL_ERROR) {
|
||||
throw new Error('Failed to yarn install in the spec folder')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user