Skip to content

Commit

Permalink
workaround android emulator GH action issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Jun 24, 2021
1 parent caea7cc commit db7d1bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
arguments: test --stacktrace -Pkotlin.version=${{ matrix.kotlin-version }} -Pkotlin.ir.enabled=${{ matrix.kotlin-ir-enabled }}
android-instrumented-tests:
runs-on: macos-latest
runs-on: macos-11.0
strategy:
matrix:
api-level: [ 28, 29 ]
Expand All @@ -59,5 +59,6 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
emulator-build: 6110076
script: ./gradlew connectedCheck

0 comments on commit db7d1bd

Please sign in to comment.