From d2fef1139977793e7f782a5d82d9137174636884 Mon Sep 17 00:00:00 2001 From: AnasNaouchi Date: Fri, 3 Nov 2023 15:51:16 +0700 Subject: [PATCH] Remove explicit upload and combine commands --- .github/workflows/ci.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 136ce4fb3..81da1564a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,17 +57,5 @@ jobs: - name: Run unit tests # Switch to jacocoTestReport when instrumentation flakiness is fixed - run: ./gradlew sdk:jacocoUnitTestReport - - - name: Upload test report - if: always() - uses: actions/upload-artifact@v2 - with: - name: test-report - path: sdk/build/reports - - - name: Run Sonar - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: ./gradlew sdk:sonar + run: ./gradlew sdk:jacocoUnitTestReport sdk:sonar