Skip to content

Commit

Permalink
yeet malinskiy
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Aug 3, 2024
1 parent aa5b0f8 commit d34d41a
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,27 +75,12 @@ jobs:
maestro --help
maestro --version
- name: Set up Android SDK
uses: malinskiy/action-android/install-sdk@release/0.1.7

- uses: malinskiy/action-android/emulator-run-cmd@release/0.1.7
with:
api: ${{ env.EMULATOR_API_LEVEL }}
tag: ${{ env.EMULATOR_TARGET }}
abi: ${{ env.EMULATOR_ARCH }}
cmdOptions: -noaudio -no-boot-anim -no-window
cmd: |
cd ./e2e
./download_apps
./install_apps
./run_tests
- name: Start emulator and run a Flow
uses: reactivecircus/android-emulator-runner@v2
with:
api-level:
target: ${{ env.EMULATOR_TARGET }}
arch:
arch: ${{ env.EMULATOR_ARCH }}
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
Expand Down

0 comments on commit d34d41a

Please sign in to comment.