ChromeHeadless no sandbox
Some checks failed
Core Repos/Homepage/pipeline/head There was a failure building this commit

This commit is contained in:
Cameron Cordes
2020-04-20 20:01:32 -04:00
parent c43695b0d7
commit cd02d586e1
2 changed files with 8 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -24,7 +24,7 @@ pipeline {
}
stage('test') {
steps {
sh 'node_modules/.bin/ng test --watch=false --progress=false --browsers=ChromeHeadless'
sh 'node_modules/.bin/ng test --watch=false --progress=false --browsers=ChromeHeadlessCI'
}
}
}