ChicoState / ChicoState/habitflow
Missing AVDs
Open
- Dominant language
- Kotlin
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
"emulator" command not found in docker container.
we need it to spin up android virtual devices for instrumented tests.
we are able to run units tests with
```
./gradlew test
```
running instrumented tests is done with
```
./gradlew cAT
```
which fails in docker
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.