mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 09:47:35 +00:00
Test Caching
This commit is contained in:
parent
bb197980f4
commit
d204669f08
1 changed files with 25 additions and 1 deletions
26
.github/workflows/pr_test_build.yml
vendored
26
.github/workflows/pr_test_build.yml
vendored
|
@ -43,10 +43,34 @@ jobs:
|
||||||
/opt/android/cake_wallet/cw_haven/android/.cxx
|
/opt/android/cake_wallet/cw_haven/android/.cxx
|
||||||
/opt/android/cake_wallet/cw_haven/ios/External
|
/opt/android/cake_wallet/cw_haven/ios/External
|
||||||
/opt/android/cake_wallet/cw_monero/android/.cxx
|
/opt/android/cake_wallet/cw_monero/android/.cxx
|
||||||
/opt/android/cake_wallet/cw_haven/ios/External
|
/opt/android/cake_wallet/cw_monero/ios/External
|
||||||
/opt/android/cake_wallet/cw_shared_external/ios/External
|
/opt/android/cake_wallet/cw_shared_external/ios/External
|
||||||
key: externals-cache-key
|
key: externals-cache-key
|
||||||
|
|
||||||
|
- name: Test Cache
|
||||||
|
run: |
|
||||||
|
echo steps.cache-externals.outputs.cache-hit
|
||||||
|
cd /opt/android/cake_wallet/cw_shared_external/ios
|
||||||
|
ls
|
||||||
|
echo "=================================="
|
||||||
|
echo "=================================="
|
||||||
|
cd ../../cw_haven/ios
|
||||||
|
ls
|
||||||
|
echo "=================================="
|
||||||
|
echo "=================================="
|
||||||
|
cd ../android
|
||||||
|
ls
|
||||||
|
echo "=================================="
|
||||||
|
echo "=================================="
|
||||||
|
cd ../../cw_monero/ios
|
||||||
|
ls
|
||||||
|
echo "=================================="
|
||||||
|
echo "=================================="
|
||||||
|
cd ../android
|
||||||
|
ls
|
||||||
|
echo "=================================="
|
||||||
|
echo "=================================="
|
||||||
|
|
||||||
- if: ${{ steps.cache-externals.outputs.cache-hit != 'true' }}
|
- if: ${{ steps.cache-externals.outputs.cache-hit != 'true' }}
|
||||||
name: Generate Externals
|
name: Generate Externals
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue