File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 84
84
- name : " Run Instrumented Tests"
85
85
uses : reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2.33.0
86
86
with :
87
- api-level : 29
87
+ api-level : 28
88
88
# script: ./gradlew :android-core:cAT :android-kit-base:cAT --stacktrace
89
89
script : |
90
90
#Disable benchmark tests as they do not work on emulators
@@ -117,7 +117,7 @@ jobs:
117
117
- name : " Run Instrumented Orchestrator Tests"
118
118
uses : reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2.33.0
119
119
with :
120
- api-level : 29
120
+ api-level : 28
121
121
script : ./gradlew -Porchestrator=true :android-core:cAT --stacktrace
122
122
- name : " Archive Instrumented Orchestrator Tests Results"
123
123
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments