From 8e2e4ae88979e620861a207d685fd3488fbe428c Mon Sep 17 00:00:00 2001 From: Arnau Mora Date: Wed, 26 Jun 2024 10:07:02 +0200 Subject: [PATCH] Restore to original Signed-off-by: Arnau Mora Gras --- .github/workflows/test-dev.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-dev.yml b/.github/workflows/test-dev.yml index ce012d26..1236aec5 100644 --- a/.github/workflows/test-dev.yml +++ b/.github/workflows/test-dev.yml @@ -74,8 +74,7 @@ jobs: key: avd-${{ hashFiles('app/build.gradle.kts') }} # gradle-managed devices are defined there - name: Run device tests - # run: ./gradlew --no-build-cache --no-configuration-cache --configuration-cache-problems=warn --no-daemon app:virtualCheck - run: ./gradlew virtualCheck -Pandroid.testoptions.manageddevices.emulator.gpu=swiftshader_indirect -Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true -Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1 -Pandroid.experimental.testOptions.managedDevices.setupTimeoutMinutes=180 + run: ./gradlew --build-cache --configuration-cache --configuration-cache-problems=warn --no-daemon app:virtualCheck - name: Create incremental build cache if: ${{ env.is_main_branch }}