Separate test build apk from overriding the original app

This commit is contained in:
OmarHatem 2023-03-01 05:12:36 +02:00
parent e8335fc316
commit 9b173f4fc8

View file

@ -5,7 +5,7 @@ on:
branches: [ main ]
jobs:
test:
PR_test_build:
runs-on: ubuntu-20.04
env:
@ -36,6 +36,7 @@ jobs:
cd cake_wallet/scripts/android/
./install_ndk.sh
source ./app_env.sh cakewallet
export APP_ANDROID_PACKAGE="com.cakewallet.cake_wallet.test"
./app_config.sh
- name: Cache Externals