fix: update test command to use ChromeHeadless browser
This commit is contained in:
parent
3aec2d5290
commit
15788dbaa6
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -68,7 +68,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'npm run test -- --watch=false --browsers=ChromeHeadlessCI'
|
||||
sh 'npm run test -- --watch=false --browsers=ChromeHeadless'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user