Skip to content

Commit 704e79b

Browse files
committed
Fix format
Change-Id: Id326aae86bfe9345b1207110bf4e648983c0dd91
1 parent 46553e1 commit 704e79b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
timeout-minutes: 55
154154
strategy:
155155
matrix:
156-
api-level: [26, 34]
156+
api-level: [ 26, 34 ]
157157

158158
steps:
159159
- name: Delete unnecessary tools 🔧
@@ -213,7 +213,7 @@ jobs:
213213
- name: Generate coverage reports for Debug variants (only API 34)
214214
if: matrix.api-level == 34
215215
run: ./gradlew createDemoDebugCombinedCoverageReport
216-
216+
217217
- name: Upload test reports
218218
if: ${{ !cancelled() }}
219219
uses: actions/upload-artifact@v4
@@ -232,7 +232,7 @@ jobs:
232232
paths: |
233233
${{ github.workspace }}/**/build/reports/jacoco/**/*Report.xml
234234
token: ${{ secrets.GITHUB_TOKEN }}
235-
235+
236236
- name: Upload local coverage reports (XML + HTML) (only API 34)
237237
if: matrix.api-level == 34
238238
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)