Fix test command browser
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 19:38:17 -04:00
parent d1aeb04e64
commit 49e782255c

2
Jenkinsfile vendored
View File

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