Skip to content

Commit

Permalink
feat(ci): disable emulator window and force software rendering via sw…
Browse files Browse the repository at this point in the history
…iftshader
  • Loading branch information
Malinskiy committed Jan 20, 2021
1 parent f1fac98 commit 02d374e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
timeout-minutes: 20
with:
cmd: ./gradlew integrationTest
cmdOptions: -no-snapshot-save -noaudio -no-boot-anim -cores 2 -memory 3072
cmdOptions: -no-snapshot-save -noaudio -no-boot-anim -cores 2 -memory 3072 -no-window -gpu swiftshader_indirect
api: ${{ matrix.api }}
tag: google_apis
abi: x86
Expand Down

0 comments on commit 02d374e

Please sign in to comment.