ci: tests build does not save any artifacts

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-09-01 15:08:26 +02:00
parent 718e6cdbb3
commit 6fa1729384
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ pipeline {
apke2e = jenkins.Build('status-mobile/platforms/android-e2e')
} } }
stage('Tests') { steps { script {
ios = jenkins.Build('status-mobile/platforms/tests')
jenkins.Build('status-mobile/platforms/tests')
} } }
}
}