We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0ada0 commit 82cea8eCopy full SHA for 82cea8e
.github/workflows/blueprints.yaml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
build:
13
runs-on: macos-latest
14
- timeout-minutes: 30
+ timeout-minutes: 45
15
16
steps:
17
- name: Checkout
@@ -137,6 +137,9 @@ jobs:
137
# working-directory: ${{ env.SAMPLE_PATH }}
138
# run: ./gradlew nexus9api29atdMockDebugAndroidTest
139
140
+ - name: Compile AndroidTests Mock
141
+ run: ./gradlew compileMockDebugAndroidTestKotlin
142
+
143
- name: Run all tests pixel 2 api 30 ATD
144
working-directory: .
145
run: ./gradlew -Pandroid.sdk.channel=3 -Pandroid.experimental.androidTest.numManagedDeviceShards=1 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" pixel2api30atdMockDebugAndroidTest
0 commit comments