docs(ci): For Jenkins updated command from ci to npm ci (#27702)
This commit is contained in:
parent
bd58c0d5d2
commit
7289cb7841
|
|
@ -434,7 +434,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('e2e-tests') {
|
stage('e2e-tests') {
|
||||||
steps {
|
steps {
|
||||||
sh 'ci'
|
sh 'npm ci'
|
||||||
sh 'npx playwright test'
|
sh 'npx playwright test'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue