Skip to content

Commit

Permalink
Switch to GitHub actions for E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesoltys committed Sep 27, 2023
1 parent 02aab8c commit ca0eb5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ android {
androidTest {
java.srcDirs += "$projectDir/src/sharedTest/java"
}
testLogging {
exceptionFormat = 'full'
}
}

signingConfigs {
Expand Down

0 comments on commit ca0eb5c

Please sign in to comment.