Remove testing steps

OmarHatem committed Dec 20, 2022 at 14:37 UTC dfa8ad2fe97fa420e87f2fa709442adc7258c1dd
1 file changed -24
.github/workflows/pr_test_build.yml
-24
@@ -47,30 +47,6 @@ jobs:
47 /opt/android/cake_wallet/cw_shared_external/ios/External
48 key: externals-cache-key
49
50 - - name: Test Cache
51 - run: |
52 - echo ${{ steps.cache-externals.outputs.cache-hit }}
53 - cd /opt/android/cake_wallet/cw_shared_external/ios
54 - ls
55 - echo "=================================="
56 - echo "=================================="
57 - cd ../../cw_haven/ios
58 - ls
59 - echo "=================================="
60 - echo "=================================="
61 - cd ../android
62 - ls
63 - echo "=================================="
64 - echo "=================================="
65 - cd ../../cw_monero/ios
66 - ls
67 - echo "=================================="
68 - echo "=================================="
69 - cd ../android
70 - ls
71 - echo "=================================="
72 - echo "=================================="
73 -
50 - if: ${{ steps.cache-externals.outputs.cache-hit != 'true' }}
51 name: Generate Externals
52 run: |