Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
Change-Id: Id326aae86bfe9345b1207110bf4e648983c0dd91
  • Loading branch information
blue928sky committed Feb 2, 2025
1 parent 46553e1 commit 704e79b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
timeout-minutes: 55
strategy:
matrix:
api-level: [26, 34]
api-level: [ 26, 34 ]

steps:
- name: Delete unnecessary tools 🔧
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
- name: Generate coverage reports for Debug variants (only API 34)
if: matrix.api-level == 34
run: ./gradlew createDemoDebugCombinedCoverageReport

- name: Upload test reports
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
Expand All @@ -232,7 +232,7 @@ jobs:
paths: |
${{ github.workspace }}/**/build/reports/jacoco/**/*Report.xml
token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload local coverage reports (XML + HTML) (only API 34)
if: matrix.api-level == 34
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 704e79b

Please sign in to comment.