diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81da1564a..a5b3d7aeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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