Skip to content

Commit 514abe4

Browse files
committed
Smoke test
1 parent a5536f8 commit 514abe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
target: ${{ matrix.image-target }}
8282
arch: x86_64
8383
force-avd-creation: false
84-
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
84+
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim
8585
disable-animations: false
8686
script: echo "Generated AVD snapshot for caching."
8787

@@ -91,7 +91,7 @@ jobs:
9191
api-level: ${{ matrix.api-level }}
9292
target: ${{ matrix.image-target }}
9393
force-avd-creation: false
94-
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
94+
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim
9595
disable-animations: true
9696
arch: x86_64
9797
script: ./gradlew connectedCheck

0 commit comments

Comments
 (0)