Remove testing steps

This commit is contained in:
OmarHatem 2022-12-20 14:37:13 +02:00
parent 61ae5bf800
commit dfa8ad2fe9

View file

@ -47,30 +47,6 @@ jobs:
/opt/android/cake_wallet/cw_shared_external/ios/External
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' }}
name: Generate Externals
run: |