Skip to content

Commit

Permalink
NXP-32093: Add npx install step to fix frontend unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guirenard committed Sep 27, 2023
1 parent a057d69 commit 0ac6b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfiles/build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pipeline {
nxWithGitHubStatus(context: 'utests/frontend') {
dir('nuxeo-coldstorage-web') {
sh 'npm install --no-save playwright'
sh 'npx playwright install-deps'
sh 'npx playwright install --with-deps'
sh 'npm run test'
}
}
Expand Down

0 comments on commit 0ac6b9d

Please sign in to comment.