Commit 704e79b 1 parent 46553e1 commit 704e79b Copy full SHA for 704e79b
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153
153
timeout-minutes : 55
154
154
strategy :
155
155
matrix :
156
- api-level : [26, 34]
156
+ api-level : [ 26, 34 ]
157
157
158
158
steps :
159
159
- name : Delete unnecessary tools 🔧
@@ -213,7 +213,7 @@ jobs:
213
213
- name : Generate coverage reports for Debug variants (only API 34)
214
214
if : matrix.api-level == 34
215
215
run : ./gradlew createDemoDebugCombinedCoverageReport
216
-
216
+
217
217
- name : Upload test reports
218
218
if : ${{ !cancelled() }}
219
219
uses : actions/upload-artifact@v4
@@ -232,7 +232,7 @@ jobs:
232
232
paths : |
233
233
${{ github.workspace }}/**/build/reports/jacoco/**/*Report.xml
234
234
token : ${{ secrets.GITHUB_TOKEN }}
235
-
235
+
236
236
- name : Upload local coverage reports (XML + HTML) (only API 34)
237
237
if : matrix.api-level == 34
238
238
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments