fixup! Switch to ARM emulator for FTL and bump version for tests
Some checks failed
Build & Test / Validate (pull_request) Successful in 17s
Build & Test / Run Unit Tests (pull_request) Successful in 9m12s
Build & Test / Run UI Tests (pull_request) Failing after 8m2s
Build & Test / Validate (push) Waiting to run
Build & Test / Run Unit Tests (push) Blocked by required conditions
Build & Test / Run UI Tests (push) Blocked by required conditions
Some checks failed
Build & Test / Validate (pull_request) Successful in 17s
Build & Test / Run Unit Tests (pull_request) Successful in 9m12s
Build & Test / Run UI Tests (pull_request) Failing after 8m2s
Build & Test / Validate (push) Waiting to run
Build & Test / Run Unit Tests (push) Blocked by required conditions
Build & Test / Run UI Tests (push) Blocked by required conditions
This commit is contained in:
parent
9ce5e129a6
commit
617035c424
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ fladle {
|
||||||
environmentVariables.put("clearPackageData", "true")
|
environmentVariables.put("clearPackageData", "true")
|
||||||
testTimeout.set("7m")
|
testTimeout.set("7m")
|
||||||
devices.add(
|
devices.add(
|
||||||
mapOf("model" to "Pixel2.arm", "version" to "34")
|
mapOf("model" to "Pixel2.arm", "version" to "33")
|
||||||
)
|
)
|
||||||
projectId.set("simplemarkdown")
|
projectId.set("simplemarkdown")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue