We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb23e95 commit 0f1f367Copy full SHA for 0f1f367
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
avd-name: test
23
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim
24
disable-animations: true
25
- script: ./gradlew -Pandroid.testInstrumentationRunnerArguments.notAnnotation=androidx.test.filters.FlakyTest -Pandroid.testInstrumentationRunnerArguments.notAnnotation=androidx.test.filters.LargeTest jacocoTestReport
+ script: ./gradlew -Pandroid.testInstrumentationRunnerArguments.notAnnotation=androidx.test.filters.FlakyTest,androidx.test.filters.LargeTest jacocoTestReport
26
- name: SonarCloud static code analysis
27
run: ./gradlew sonar
28
env:
0 commit comments