Skip to content

Commit 1839e42

Browse files
committed
Ensure test code compiles before running on Jenkins
Signed-off-by: Fred Bricon <[email protected]>
1 parent de3b609 commit 1839e42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ node('rhel7'){
4343

4444
stage 'Test vscode-java for staging'
4545
wrap([$class: 'Xvnc']) {
46+
sh "npm run compile" //compile the test code too
4647
sh "npm test --silent"
4748
}
4849

0 commit comments

Comments
 (0)