mirror of
https://github.com/status-im/status-react.git
synced 2025-02-17 05:16:46 +00:00
Fixed job name in 'Run extended e2e tests' stage
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
This commit is contained in:
parent
34ae92ac9f
commit
f73338b88e
@ -134,6 +134,6 @@ node ('macos1'){
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage('Run extended e2e tests') {
|
stage('Run extended e2e tests') {
|
||||||
build job: 'status-app-nightly', parameters: [string(name: 'apk', value: '--apk=' + apk_name)], wait: false
|
build job: 'end-to-end-tests/status-app-nightly', parameters: [string(name: 'apk', value: '--apk=' + apk_name)], wait: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user