Skip to content

Commit

Permalink
changes emulator call for background execution
Browse files Browse the repository at this point in the history
  • Loading branch information
goschale committed Jun 10, 2022
1 parent 4d4d534 commit 0481d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ pipeline {
stage('Device Tests') {
steps {
sh "echo no | avdmanager create avd --force --name android28 --package 'system-images;android-28;default;x86_64'"
sh '/home/user/android/sdk/emulator/emulator -no-window -no-boot-anim -noaudio -avd android28'
sh "/home/user/android/sdk/emulator/emulator -no-window -no-boot-anim -noaudio -avd android28 > /dev/null 2>&1 &"
sh './gradlew -PenableCoverage -Pjenkins -Pemulator=android28 -Pci createDebugCoverageReport -i'
}
post {
Expand Down

0 comments on commit 0481d83

Please sign in to comment.