Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed Oct 27, 2022
1 parent eac3e1b commit bcb9823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: 11
cache: 'gradle'
- name: Run unit/instrumentation tests and coverage generation
uses: reactivecircus/android-emulator-runner@v2
Expand All @@ -28,4 +28,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew sonarqube -Dsonar.login="$SONAR_TOKEN"
run: ./gradlew sonarqube -Dsonar.login="$SONAR_TOKEN"

0 comments on commit bcb9823

Please sign in to comment.