Add Android SDK setup step

This commit is contained in:
Kirill Kamakin
2022-12-16 22:25:30 +01:00
parent 04690e75cb
commit 0b199184a8
2 changed files with 8 additions and 2 deletions

View File

@@ -18,11 +18,14 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Setup Android SDK
uses: android-actions/setup-android@v2
- name: Run tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew allDevicesCheck check coverageReport sonar --no-configuration-cache
run: ./gradlew allDevicesCheck check coverageReport sonar --no-configuration-cache --no-daemon
- name: Publish test reports
uses: mikepenz/action-junit-report@v3