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