Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-rew committed Jan 11, 2024
1 parent 1b97f21 commit c8ea438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline {
script {
catchError(buildResult: 'UNSTABLE', stageResult: 'UNSTABLE') {
docker.build('node', '-f build/Dockerfile .').inside {
sh 'npm install && npm run build'
sh 'npm install && npm run build && npx playwright install --with-deps chromium && npm run test'
}
}
archiveArtifacts artifacts: 'dist/**', allowEmptyArchive: false
Expand Down

0 comments on commit c8ea438

Please sign in to comment.