From ee8c07697425c79cc94d0a81ed9a19934f43b0ad Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Sat, 17 Dec 2022 11:36:40 +0100 Subject: [PATCH] Add magic Gradle Managed Devices flag --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 8b8aada..9c298c0 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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