Skip to content

Commit

Permalink
Update integration-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaSeylani authored Aug 30, 2024
1 parent 3d4ba17 commit 2e23e6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,16 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
force-avd-creation: false
force-avd-creation: true
wipe-data: true
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
arch: x86_64
script: echo "Generated AVD snapshot for caching."

- name: Wipe Emulator Data
run: adb -s emulator-5554 emu kill && adb -s emulator-5554 emu start -wipe-data

- name: Run tests
uses: reactivecircus/android-emulator-runner@v2
with:
Expand Down

0 comments on commit 2e23e6a

Please sign in to comment.