Compare commits
1 Commits
6b304f9d46
...
e2d2f4b3ef
Author | SHA1 | Date | |
---|---|---|---|
e2d2f4b3ef |
@ -32,9 +32,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
api-level: 29
|
api-level: 29
|
||||||
arch: x86_64
|
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
|
script: ./gradlew androidApp:connectedAndroidTest
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
if: failure()
|
if: failure()
|
||||||
|
@ -235,6 +235,7 @@ tasks.withType<Test> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
aboutLibraries {
|
aboutLibraries {
|
||||||
|
excludeFields = arrayOf("generated")
|
||||||
offlineMode = true
|
offlineMode = true
|
||||||
fetchRemoteLicense = false
|
fetchRemoteLicense = false
|
||||||
fetchRemoteFunding = false
|
fetchRemoteFunding = false
|
||||||
@ -276,7 +277,7 @@ val fetchScreenshotsTask =
|
|||||||
}
|
}
|
||||||
|
|
||||||
tasks.whenTaskAdded {
|
tasks.whenTaskAdded {
|
||||||
if (this.name == "connectedGithubConfigDebugAndroidTest") {
|
if (this.name == "connectedAndroidTest") {
|
||||||
this.finalizedBy(fetchScreenshotsTask)
|
this.finalizedBy(fetchScreenshotsTask)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user