Separate test build apk from overriding the original app

OmarHatem committed Mar 1, 2023 at 05:12 UTC 9b173f4fc82aca61213cec6fe3dfd4b19920d2ab
1 file changed +2 -1
.github/workflows/pr_test_build.yml
+2 -1
@@ -5,7 +5,7 @@ on:
5 branches: [ main ]
6
7 jobs:
8 - test:
8 + PR_test_build:
9
10 runs-on: ubuntu-20.04
11 env:
@@ -36,6 +36,7 @@ jobs:
36 cd cake_wallet/scripts/android/
37 ./install_ndk.sh
38 source ./app_env.sh cakewallet
39 + export APP_ANDROID_PACKAGE="com.cakewallet.cake_wallet.test"
40 ./app_config.sh
41
42 - name: Cache Externals