File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 java-version : 1.8
1616 - name : Run unit tests and coverage generation
1717 run : ./gradlew jacocoTestReport
18+ - name : SonarCloud static code analysis
19+ run : ./gradlew sonar
20+ env :
21+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
22+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
1823 - name : Run instrumentation tests
1924 uses : reactivecircus/android-emulator-runner@v2
2025 with :
2429 avd-name : test
2530 emulator-options : -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim
2631 disable-animations : true
27- script : ./gradlew -Pandroid.testInstrumentationRunnerArguments.notAnnotation=androidx.test.filters.FlakyTest connectedPlayDebugAndroidTest connectedFossDebugAndroidTest
28- - name : SonarCloud static code analysis
29- uses : sonarsource/sonarcloud-github-action@master
30- env :
31- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
32+ script : ./gradlew -Pandroid.testInstrumentationRunnerArguments.notAnnotation=androidx.test.filters.FlakyTest connectedPlayDebugAndroidTest connectedFossDebugAndroidTest
You can’t perform that action at this time.
0 commit comments