MohGovIL / hamagen-react-native

Israel's Ministry of Health's COVID-19 Exposure Prevention App
https://health.gov.il/
MIT License
509 stars 153 forks source link

Add APK release generation to build workflow #267

Open emanuelb opened 4 years ago

emanuelb commented 4 years ago

in file .github/workflows/main.yml: https://github.com/MohGovIL/hamagen-react-native/blob/bc2a876d011e9cdb8c0f08ef2ed178241319f688/.github/workflows/main.yml

it only run yarn install & yarn jest. add calling to ./gradlew assembleRelease in order to generate release apk (test that apk buiding process is working)