Test sdk
Android Tests / android-test (push) Failing after 55s
Kotlin Multiplatform CI / shared-test (push) Failing after 2m4s
Kotlin Multiplatform CI / android-test (push) Failing after 1m27s
Kotlin Multiplatform CI / android-build (push) Skipped
Debug Gradle Tasks / tasks (push) Canceled after 0s
Kotlin Multiplatform CI / web-test (push) Canceled after 1m48s
Lint / lint (push) Failing after 1m32s
SDK Validation / sdk (push) Failing after 53s
Web Tests / web (push) Successful in 4m5s
Android Tests / android-test (push) Failing after 55s
Kotlin Multiplatform CI / shared-test (push) Failing after 2m4s
Kotlin Multiplatform CI / android-test (push) Failing after 1m27s
Kotlin Multiplatform CI / android-build (push) Skipped
Debug Gradle Tasks / tasks (push) Canceled after 0s
Kotlin Multiplatform CI / web-test (push) Canceled after 1m48s
Lint / lint (push) Failing after 1m32s
SDK Validation / sdk (push) Failing after 53s
Web Tests / web (push) Successful in 4m5s
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
name: Android Tests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- main
|
||||
|
||||
jobs:
|
||||
android-test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: "17"
|
||||
|
||||
- uses: android-actions/setup-android@v3
|
||||
|
||||
- name: Accept Android Licenses
|
||||
run: yes | sdkmanager --licenses
|
||||
|
||||
- run: chmod +x gradlew
|
||||
|
||||
- name: Android Unit Test
|
||||
run: ./gradlew androidApp:testDebugUnitTest
|
||||
Reference in New Issue
Block a user