disable cache key for now

OmarHatem committed Dec 10, 2024 at 15:26 UTC ed600f9b8b064edc6f09f4ba6c7fa7c370e3211e
1 file changed +9 -9
.github/workflows/pr_test_build_android.yml
+9 -9
@@ -69,15 +69,15 @@ jobs:
69 cd /opt/android
70 git clone https://github.com/cake-tech/cake_wallet.git --branch ${{ env.BRANCH_NAME }}
71
72 - - name: Cache Keystore
73 - id: cache-keystore
74 - uses: actions/cache@v3
75 - with:
76 - path: /opt/android/cake_wallet/android/app
77 - key: keystore
78 -
79 - - if: ${{ steps.cache-keystore.outputs.cache-hit != 'true' }}
80 - name: Generate KeyStore
72 +# - name: Cache Keystore
73 +# id: cache-keystore
74 +# uses: actions/cache@v3
75 +# with:
76 +# path: /opt/android/cake_wallet/android/app
77 +# key: keystore
78 +#
79 +# - if: ${{ steps.cache-keystore.outputs.cache-hit != 'true' }}
80 + - name: Generate KeyStore
81 run: |
82 cd /opt/android/cake_wallet/android/app
83 keytool -genkey -v -keystore key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias testKey -noprompt -dname "CN=CakeWallet, OU=CakeWallet, O=CakeWallet, L=Florida, S=America, C=USA" -storepass $STORE_PASS -keypass $KEY_PASS