Skip to content

Commit

Permalink
E2E yml file change
Browse files Browse the repository at this point in the history
  • Loading branch information
shah272728 committed Oct 4, 2023
1 parent 94cb761 commit e82a81b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-android-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Run E2E Tests for Android
on:
workflow_dispatch:
pull_request:
branches: [ main ]
jobs:
test-android:
name: Test Android
Expand Down Expand Up @@ -38,7 +40,7 @@ jobs:
- name: e2e tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 33
api-level: 29
emulator-boot-timeout: 1200
target: playstore
avd-name: test
Expand Down

0 comments on commit e82a81b

Please sign in to comment.