mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-24 13:31:29 +00:00
Running the node tests on windows, which had moved
This commit is contained in:
parent
9bd06525a8
commit
f673329e20
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -210,7 +210,7 @@ def doWindowsBuild() {
|
|||||||
unstash 'source'
|
unstash 'source'
|
||||||
try {
|
try {
|
||||||
bat 'npm install --build-from-source'
|
bat 'npm install --build-from-source'
|
||||||
dir('tests') {
|
dir('tests/node') {
|
||||||
bat 'npm install'
|
bat 'npm install'
|
||||||
bat 'npm run test'
|
bat 'npm run test'
|
||||||
junit 'junitresults-*.xml'
|
junit 'junitresults-*.xml'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user