Compare commits

...

2 commits

Author SHA1 Message Date
617035c424
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
2024-08-22 20:38:42 -06:00
9ce5e129a6
Switch to ARM emulator for FTL and bump version for tests
Some checks failed
Build & Test / Validate (pull_request) Successful in 21s
Build & Test / Run Unit Tests (pull_request) Successful in 8m59s
Build & Test / Run UI Tests (pull_request) Failing after 8m15s
2024-08-22 13:44:37 -06:00

View file

@ -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 "NexusLowRes", "version" to "29") mapOf("model" to "Pixel2.arm", "version" to "33")
) )
projectId.set("simplemarkdown") projectId.set("simplemarkdown")
} }