We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81759c5 commit 2bae164Copy full SHA for 2bae164
1 file changed
Jenkinsfile
@@ -30,7 +30,7 @@ node('rhel8'){
30
wrap([$class: 'Xvnc']) {
31
try {
32
sh "npm test --silent"
33
- //sh "npm run ui-test"
+ sh "npm run ui-test"
34
} finally {
35
junit 'test-resources/test-report.xml'
36
archiveArtifacts artifacts: 'test-resources/**/*.xml, test-resources/**/*.png, test-resources/*.log, **/*.log, **/*.png'
0 commit comments