File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ jobs:
51
51
- name : Compile AndroidTests
52
52
run : ./gradlew compileDebugAndroidTestKotlin
53
53
54
- - name : Run all tests pixel 2 api 30 ATD
54
+ - name : Run all tests pixel 2 api 31 ATD
55
55
working-directory : .
56
- run : ./gradlew -Pandroid.sdk.channel=3 -Pandroid.experimental.androidTest.numManagedDeviceShards=1 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" pixel2api30atdDebugAndroidTest
56
+ run : ./gradlew -Pandroid.sdk.channel=3 -Pandroid.experimental.androidTest.numManagedDeviceShards=1 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" pixel2api31atdDebugAndroidTest
57
57
58
- - name : Run all tests pixel 2 api 30 non-ATD
58
+ - name : Run all tests pixel 2 api 31 non-ATD
59
59
working-directory : .
60
- run : ./gradlew -Pandroid.sdk.channel=3 -Pandroid.experimental.androidTest.numManagedDeviceShards=1 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" pixel2api30DebugAndroidTest
60
+ run : ./gradlew -Pandroid.sdk.channel=3 -Pandroid.experimental.androidTest.numManagedDeviceShards=1 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" pixel2api31DebugAndroidTest
61
61
62
62
- name : Upload build reports
63
63
if : always()
You can’t perform that action at this time.
0 commit comments