Add magic Gradle Managed Devices flag

This commit is contained in:
Kirill Kamakin
2022-12-17 11:36:40 +01:00
parent 0b199184a8
commit ee8c076974

View File

@@ -25,7 +25,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew allDevicesCheck check coverageReport sonar --no-configuration-cache --no-daemon
run: ./gradlew allDevicesCheck check coverageReport sonar --no-configuration-cache --no-daemon -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
- name: Publish test reports
uses: mikepenz/action-junit-report@v3