Skip to content

Commit

Permalink
Reduced build log verbosity but kept full stacktrace information
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed Dec 22, 2020
1 parent 04bf9b5 commit 29d41b4
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 @@ -20,7 +20,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,androidx.test.filters.LargeTest jacocoTestReport --info
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 29d41b4

Please sign in to comment.