Skip to content

Commit

Permalink
Add missing env
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasNaouchi committed Nov 3, 2023
1 parent d2fef11 commit 3bcd8ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
${{ runner.os }}-gradle-
- name: Run unit tests
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# Switch to jacocoTestReport when instrumentation flakiness is fixed
run: ./gradlew sdk:jacocoUnitTestReport sdk:sonar

0 comments on commit 3bcd8ef

Please sign in to comment.