mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
added linux check
This commit is contained in:
@@ -84,8 +84,8 @@ function runCoreMainProcessTests (callback) {
|
||||
'--resource-path', resourcePath,
|
||||
'--test', '--main-process', testPath
|
||||
]
|
||||
|
||||
if(process.env.CI){
|
||||
|
||||
if(process.env.CI && process.platform === 'linux') {
|
||||
testArguments.push('--no-sandbox')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user