Skip to content

Commit

Permalink
Try to increase ram to emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
vyPal committed Nov 13, 2023
1 parent aafbb0b commit 70972db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 31
arch: x86_64
arch: x86
profile: pixel_6_pro
force-avd-creation: false
ram-size: 4096M
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: flutter test integration_test/app_test.dart --coverage --dart-define=USERNAME=${{ secrets.USERNAME }} --dart-define=PASSWORD=${{ secrets.PASSWORD }} --dart-define=NAME="${{ secrets.NAME }}"
Expand Down

0 comments on commit 70972db

Please sign in to comment.