Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6b304f9d46 |
@@ -32,6 +32,9 @@ 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,7 +235,6 @@ tasks.withType<Test> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
aboutLibraries {
|
aboutLibraries {
|
||||||
excludeFields = arrayOf("generated")
|
|
||||||
offlineMode = true
|
offlineMode = true
|
||||||
fetchRemoteLicense = false
|
fetchRemoteLicense = false
|
||||||
fetchRemoteFunding = false
|
fetchRemoteFunding = false
|
||||||
@@ -277,7 +276,7 @@ val fetchScreenshotsTask =
|
|||||||
}
|
}
|
||||||
|
|
||||||
tasks.whenTaskAdded {
|
tasks.whenTaskAdded {
|
||||||
if (this.name == "connectedAndroidTest") {
|
if (this.name == "connectedGithubConfigDebugAndroidTest") {
|
||||||
this.finalizedBy(fetchScreenshotsTask)
|
this.finalizedBy(fetchScreenshotsTask)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user