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