File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 68
68
# with:
69
69
# java-version: 11
70
70
#
71
- # - name: Run instrumentation tests
72
- # uses: reactivecircus/android-emulator-runner@v2
73
- # with:
74
- # api-level: ${{ matrix.api-level }}
75
- # arch: x86
76
- # disable-animations: true
77
- # script: ./gradlew app:cMDAT --stacktrace
71
+
78
72
#
79
73
# - name: Upload test reports
80
74
# if: always()
@@ -147,6 +141,14 @@ jobs:
147
141
working-directory : .
148
142
run : ./gradlew -Pandroid.sdk.channel=3 -Pandroid.experimental.androidTest.numManagedDeviceShards=1 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" pixel2api30atdMockDebugAndroidTest
149
143
144
+ - name : Run instrumentation tests API 30
145
+ uses : reactivecircus/android-emulator-runner@v2
146
+ with :
147
+ api-level : 30
148
+ arch : x86
149
+ disable-animations : true
150
+ script : ./gradlew app:cMDAT --stacktrace
151
+
150
152
- name : Upload build reports
151
153
if : always()
152
154
uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments