Skip to content

Commit

Permalink
Fixed emulator setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzo committed May 14, 2024
1 parent 41208f1 commit ba1cb8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: macos-latest # to use Android emulator
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -27,7 +27,7 @@ jobs:
with:
gradle-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
- name: Test & Build
run: ./gradlew -si :demo-project:ui-tests:emulatorSetup
run: ./gradlew -s build
- name: Publish Test Report
uses: gmazzo/publish-report-annotations@v1
if: always()
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "1.9.23"
agp = "8.4.0"
agp = "8.3.2"
android-minSDK = "21"
android-compileSDK = "34"
androidx-lifecycle = "2.7.0"
Expand Down

0 comments on commit ba1cb8b

Please sign in to comment.