Skip to content

Commit 2bae164

Browse files
committed
Enabled UI-tests on jenkins
Signed-off-by: Oleksii Korniienko <olkornii@redhat.com>
1 parent 81759c5 commit 2bae164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ node('rhel8'){
3030
wrap([$class: 'Xvnc']) {
3131
try {
3232
sh "npm test --silent"
33-
//sh "npm run ui-test"
33+
sh "npm run ui-test"
3434
} finally {
3535
junit 'test-resources/test-report.xml'
3636
archiveArtifacts artifacts: 'test-resources/**/*.xml, test-resources/**/*.png, test-resources/*.log, **/*.log, **/*.png'

0 commit comments

Comments
 (0)