Skip to content

Commit

Permalink
Remove redundant command
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasNaouchi committed Nov 3, 2023
1 parent 27a5520 commit 5de3ff7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,5 @@ jobs:
- name: Run unit tests
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# Remove sdk:createProductionDebugCoverageReport -x connectedProductionDebugAndroidTest
# and switch to jacocoTestReport when instrumentation flakiness is fixed
run: ./gradlew sdk:jacocoUnitTestReport sdk:createProductionDebugCoverageReport -x connectedProductionDebugAndroidTest sdk:sonar
# Switch to jacocoTestReport when instrumentation flakiness is fixed
run: ./gradlew sdk:jacocoUnitTestReport sdk:sonar

0 comments on commit 5de3ff7

Please sign in to comment.