Running the node tests on windows, which had moved

This commit is contained in:
Kræn Hansen 2017-08-14 11:22:35 +02:00
parent 9bd06525a8
commit f673329e20
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -210,7 +210,7 @@ def doWindowsBuild() {
unstash 'source'
try {
bat 'npm install --build-from-source'
dir('tests') {
dir('tests/node') {
bat 'npm install'
bat 'npm run test'
junit 'junitresults-*.xml'