Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

probe-android: come up with better ways of sharing apk for testing #2643

Closed
hellais opened this issue Dec 7, 2023 · 0 comments · Fixed by ooni/probe-android#647
Closed
Assignees
Labels

Comments

@hellais
Copy link
Member

hellais commented Dec 7, 2023

Currently the workflow for creating and sharing apks for test branches is suboptimal.

We should look into using some other solutions to make it easier to test feature branches.

@aanorbel was suggesting to look into: https://firebase.google.com/docs/app-distribution

It would be very nice if this was integrated with github actions so that we can easily click and download the apk from the PR and test it for each branch. This actions looks promising: https://github.com/marketplace/actions/firebase-app-distribution-action.

Stretch goal: integrate this into https://appetize.io/ so we can do live preview in the browser of a apk build 🎉

@hellais hellais added ooni/probe-mobile issues related to OONI Probe mobile priority/high platform/android labels Dec 7, 2023
aanorbel added a commit to ooni/probe-android that referenced this issue Dec 18, 2023
Fixes ooni/probe#2643

## Proposed Changes

  - Adds Credentials to the repo
- Add a new workflow file for Firebase App Distribution which publishes
debug `apk`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants