mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
Remove testing steps
This commit is contained in:
parent
61ae5bf800
commit
dfa8ad2fe9
1 changed files with 0 additions and 24 deletions
24
.github/workflows/pr_test_build.yml
vendored
24
.github/workflows/pr_test_build.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue