Skip to content

Commit

Permalink
Adds compile androidtest step
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca committed Mar 25, 2022
1 parent 3d0ada0 commit 82cea8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/blueprints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
runs-on: macos-latest
timeout-minutes: 30
timeout-minutes: 45

steps:
- name: Checkout
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 82cea8e

Please sign in to comment.