docs(ci): For Jenkins updated command from ci to npm ci (#27702)

This commit is contained in:
Ahmed Mubbashir Khan 2023-10-19 14:28:49 +02:00 committed by GitHub
parent bd58c0d5d2
commit 7289cb7841
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -434,7 +434,7 @@ pipeline {
stages {
stage('e2e-tests') {
steps {
sh 'ci'
sh 'npm ci'
sh 'npx playwright test'
}
}