Skip to content

Commit

Permalink
fix: changing test device
Browse files Browse the repository at this point in the history
  • Loading branch information
vanGalilea committed Sep 14, 2023
1 parent 8104e8e commit 3e6a848
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/e2e-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@ jobs:
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 28
api-level: 33
arch: x86_64
target: google_apis
profile: pixel_5
disable-animations: false
profile: pixel_6
force-avd-creation: false
avd-name: test
ram-size: 8192M
Expand All @@ -70,11 +69,10 @@ jobs:
- name: Test
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 28
api-level: 3
arch: x86_64
target: google_apis
profile: pixel_5
disable-animations: true
profile: pixel_6
force-avd-creation: false
avd-name: test
ram-size: 8192M
Expand Down

0 comments on commit 3e6a848

Please sign in to comment.