We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3b609 commit 1839e42Copy full SHA for 1839e42
1 file changed
Jenkinsfile
@@ -43,6 +43,7 @@ node('rhel7'){
43
44
stage 'Test vscode-java for staging'
45
wrap([$class: 'Xvnc']) {
46
+ sh "npm run compile" //compile the test code too
47
sh "npm test --silent"
48
}
49
0 commit comments