Skip to content

Commit cc54a35

Browse files
authored
Merge pull request #13920 from SORMAS-Foundation/task-update_app_ci
Update emulator configuration in CI workflow
2 parents 14a8b20 + 0be55a6 commit cc54a35

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/sormas_app_ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ jobs:
111111
with:
112112
api-level: ${{ matrix.api-level }}
113113
arch: x86_64
114+
ram-size: 4096M
115+
heap-size: 512M
114116
force-avd-creation: false
115117
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
116118
disable-animations: false
@@ -121,6 +123,8 @@ jobs:
121123
with:
122124
api-level: ${{ matrix.api-level }}
123125
arch: x86_64
126+
ram-size: 4096M
127+
heap-size: 512M
124128
force-avd-creation: false
125129
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
126130
disable-animations: true

0 commit comments

Comments
 (0)