Skip to content

Commit 82cea8e

Browse files
committed
Adds compile androidtest step
1 parent 3d0ada0 commit 82cea8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/blueprints.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build:
1313
runs-on: macos-latest
14-
timeout-minutes: 30
14+
timeout-minutes: 45
1515

1616
steps:
1717
- name: Checkout
@@ -137,6 +137,9 @@ jobs:
137137
# working-directory: ${{ env.SAMPLE_PATH }}
138138
# run: ./gradlew nexus9api29atdMockDebugAndroidTest
139139

140+
- name: Compile AndroidTests Mock
141+
run: ./gradlew compileMockDebugAndroidTestKotlin
142+
140143
- name: Run all tests pixel 2 api 30 ATD
141144
working-directory: .
142145
run: ./gradlew -Pandroid.sdk.channel=3 -Pandroid.experimental.androidTest.numManagedDeviceShards=1 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" pixel2api30atdMockDebugAndroidTest

0 commit comments

Comments
 (0)