The UI tests are implemented with Maestro and are in the flows/
directory.
brew tap mobile-dev-inc/tap
brew install maestro
npm run ui-test
npm test
npx expo run:android
A new version will be created by scripts/bump_version.sh
if there are fix:
or feat:
commits since the last release.
If the current version has not been published to the Play Store the .github/workflows/build.yml
workflow will build and upload it for the Internal Testing
track.