Running the node tests on windows, which had moved
This commit is contained in:
parent
9bd06525a8
commit
f673329e20
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue