move PR pipeline to macos_pr nodes
This commit is contained in:
parent
b9cbb28663
commit
dc23ce2803
|
@ -17,7 +17,7 @@ def installJSDeps() {
|
||||||
}
|
}
|
||||||
|
|
||||||
timeout(90) {
|
timeout(90) {
|
||||||
node ('macos') {
|
node ('macos_pr') {
|
||||||
def apkUrl = ''
|
def apkUrl = ''
|
||||||
def ipaUrl = ''
|
def ipaUrl = ''
|
||||||
def testPassed = true
|
def testPassed = true
|
||||||
|
|
Loading…
Reference in New Issue