powersync-ja / react-native-quick-sqlite

Embedded SQLite with JSI bindings
MIT License
5 stars 2 forks source link

[Internal Fix] CI Tests #15

Closed stevensJourney closed 7 months ago

stevensJourney commented 7 months ago

Recent work on https://github.com/powersync-ja/react-native-quick-sqlite/pull/13 showed that tests were failing in Github actions.

This implements the latest reccommened setup from https://github.com/ReactiveCircus/android-emulator-runner.

Tests now run correctly with no sporadic freezing and have a performance boost.

Previously a successful test took 38 minutes.

image

The latest test took 8 minutes.

image