From 704e79ba7b6ca1d2169f0b294dcdd9c171cc92e4 Mon Sep 17 00:00:00 2001 From: blue928sky Date: Sun, 2 Feb 2025 15:32:26 +0900 Subject: [PATCH] Fix format Change-Id: Id326aae86bfe9345b1207110bf4e648983c0dd91 --- .github/workflows/Build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 3944aae17b..c243e11388 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -153,7 +153,7 @@ jobs: timeout-minutes: 55 strategy: matrix: - api-level: [26, 34] + api-level: [ 26, 34 ] steps: - name: Delete unnecessary tools 🔧 @@ -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 @@ -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