Compare commits
1 Commits
6b304f9d46
...
e2d2f4b3ef
Author | SHA1 | Date | |
---|---|---|---|
e2d2f4b3ef |
@ -32,9 +32,6 @@ jobs:
|
||||
with:
|
||||
api-level: 29
|
||||
arch: x86_64
|
||||
force-avd-creation: false
|
||||
disable-linux-hw-accel: false
|
||||
emulator-options: -no-window -gpu host -no-snapshot -noaudio -no-boot-anim
|
||||
script: ./gradlew androidApp:connectedAndroidTest
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: failure()
|
||||
|
@ -235,6 +235,7 @@ tasks.withType<Test> {
|
||||
}
|
||||
|
||||
aboutLibraries {
|
||||
excludeFields = arrayOf("generated")
|
||||
offlineMode = true
|
||||
fetchRemoteLicense = false
|
||||
fetchRemoteFunding = false
|
||||
@ -276,7 +277,7 @@ val fetchScreenshotsTask =
|
||||
}
|
||||
|
||||
tasks.whenTaskAdded {
|
||||
if (this.name == "connectedGithubConfigDebugAndroidTest") {
|
||||
if (this.name == "connectedAndroidTest") {
|
||||
this.finalizedBy(fetchScreenshotsTask)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user