Skip to content

Commit b168ae6

Browse files
committed
Fix format
Change-Id: Id326aae86bfe9345b1207110bf4e648983c0dd91
1 parent 2e97dd4 commit b168ae6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Build.yaml

Lines changed: 3 additions & 3 deletions
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 🔧
@@ -214,7 +214,7 @@ jobs:
214214
- name: Generate coverage reports for Debug variants (only API 34)
215215
if: matrix.api-level == 34
216216
run: ./gradlew createDemoDebugCombinedCoverageReport
217-
217+
218218
- name: Upload test reports
219219
if: ${{ !cancelled() }}
220220
uses: actions/upload-artifact@v4
@@ -233,7 +233,7 @@ jobs:
233233
paths: |
234234
${{ github.workspace }}/**/build/reports/jacoco/**/*Report.xml
235235
token: ${{ secrets.GITHUB_TOKEN }}
236-
236+
237237
- name: Upload local coverage reports (XML + HTML) (only API 34)
238238
if: matrix.api-level == 34
239239
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)