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