Skip to content

Commit

Permalink
#72 Adding emulator check
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed May 30, 2024
1 parent e20b837 commit 4a2e602
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Minimal Android CI Workflow

on:
push:
branches: [ "main" ]
branches: [ "main", "feature/72" ]
pull_request:
branches: [ "main" ]
jobs:
Expand All @@ -29,6 +29,13 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 17
- name: Run connected tests
uses: ReactiveCircus/android-emulator-runner@v2
with:
api-level: 34
target: google_apis
arch: x86_64
script: ./gradlew connectedCheck
- name: Build APK
run: bash ./gradlew assembleDebug --stacktrace
- name: Upload APK
Expand Down

0 comments on commit 4a2e602

Please sign in to comment.