mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
Separate test build apk from overriding the original app
This commit is contained in:
parent
e8335fc316
commit
9b173f4fc8
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pr_test_build.yml
vendored
3
.github/workflows/pr_test_build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue