whitescent / Mastify

A Mastodon client built with Jetpack Compose [WIP]
https://play.google.com/store/apps/details?id=com.github.whitescent.mastify
GNU General Public License v3.0
167 stars 10 forks source link

test: setup benchmark test #88

Closed lazzzis closed 7 months ago

lazzzis commented 7 months ago

Add app/benchmark/mastodon.properties and make them available in BuildConfig such that the test can have access to the mastodon username/password/site.

Currently, there is a bug(?) in CI that emulators can not be accessed.

To test this in CI, add following into the secrets by repo's "Settings" -> "Security" -> "Actions":

Screenshot 2024-03-03 at 5 20 09 PM
whitescent commented 7 months ago

Currently, there is a bug(?) in CI that emulators can not be accessed.

So can we run this CI properly?

lazzzis commented 7 months ago

So can we run this CI properly?

It only affects the last step (benchmark tests) which I've commented out. So this PR won't break CI.