Skip to content

Commit

Permalink
Remove explicit upload and combine commands
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasNaouchi committed Nov 3, 2023
1 parent d7133d3 commit d2fef11
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d2fef11

Please sign in to comment.