Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed Oct 2, 2020
1 parent fb23e95 commit 0f1f367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
avd-name: test
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim
disable-animations: true
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
- name: SonarCloud static code analysis
run: ./gradlew sonar
env:
Expand Down

0 comments on commit 0f1f367

Please sign in to comment.