Skip to content

Commit

Permalink
test different approach
Browse files Browse the repository at this point in the history
  • Loading branch information
furnivall committed Dec 10, 2024
1 parent 6fe13d3 commit 8873c20
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ withPipeline(type, product, component) {

afterSuccess('build') {
yarnBuilder.yarn('build')
yarnBuilder.yarn('playwright install')
}

before('functionalTest:preview') {
sh """
yarn playwright install
"""
}
}

0 comments on commit 8873c20

Please sign in to comment.