Skip to content

Commit

Permalink
PAINTROID-503 change Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianJautz authored and Lenkomotive committed Oct 5, 2023
1 parent 67bb031 commit 878b870
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 @@ -115,7 +115,7 @@ pipeline {

stage('Device Tests') {
steps {
sh "echo no | avdmanager create avd --force --name android28 --package 'system-images;android-28;default;x86_64'"
sh "echo no | avdmanager create avd --force --name android28 --package 'system-images;android-28;default;x86_64' --skin 1080x1920"
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'
}
Expand Down

0 comments on commit 878b870

Please sign in to comment.