Skip to content

Commit c6c8fe4

Browse files
committed
Trying on ubuntu with single shard
1 parent 778f684 commit c6c8fe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blueprints.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: macos-latest
13+
runs-on: ubuntu-latest
1414
timeout-minutes: 30
1515

1616
steps:
@@ -145,7 +145,7 @@ jobs:
145145

146146
- name: Run all tests pixel 2 api 30 ATD
147147
working-directory: .
148-
run: ./gradlew -Pandroid.sdk.channel=3 -Pandroid.experimental.androidTest.numManagedDeviceShards=2 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" pixel2api30atdMockDebugAndroidTest
148+
run: ./gradlew -Pandroid.sdk.channel=3 -Pandroid.experimental.androidTest.numManagedDeviceShards=1 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" pixel2api30atdMockDebugAndroidTest
149149

150150
- name: Upload build reports
151151
if: always()

0 commit comments

Comments
 (0)