realm / realm-js

Realm is a mobile database: an alternative to SQLite & key-value stores
https://realm.io
Apache License 2.0
5.77k stars 572 forks source link

Run RN Android tests on CI #1237

Closed kneth closed 1 year ago

kneth commented 7 years ago

895 disabled running RN Android tests on CI. The reason was that Docker and the Android emulator cannot run side-by-side.

Enabling the tests requires the trick of running the emulator in a Docker instance.

kneth commented 1 year ago

We are now running integration tests on Android