From 82cea8e41e12cc921670399f0d4e268d8bc6e27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Fri, 25 Mar 2022 08:58:25 +0000 Subject: [PATCH] Adds compile androidtest step --- .github/workflows/blueprints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/blueprints.yaml b/.github/workflows/blueprints.yaml index 8b6339899..3ca451bde 100644 --- a/.github/workflows/blueprints.yaml +++ b/.github/workflows/blueprints.yaml @@ -11,7 +11,7 @@ on: jobs: build: runs-on: macos-latest - timeout-minutes: 30 + timeout-minutes: 45 steps: - name: Checkout @@ -137,6 +137,9 @@ jobs: # working-directory: ${{ env.SAMPLE_PATH }} # run: ./gradlew nexus9api29atdMockDebugAndroidTest + - name: Compile AndroidTests Mock + run: ./gradlew compileMockDebugAndroidTestKotlin + - name: Run all tests pixel 2 api 30 ATD working-directory: . run: ./gradlew -Pandroid.sdk.channel=3 -Pandroid.experimental.androidTest.numManagedDeviceShards=1 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" pixel2api30atdMockDebugAndroidTest