Test Caching
OmarHatem committed
Dec 19, 2022 at 21:50 UTC
d204669f0869f227357400f378c1cc3627ba1d33
1 file changed
+25
-1
.github/workflows/pr_test_build.yml
+25
-1
@@ -43,10 +43,34 @@ jobs:
43
/opt/android/cake_wallet/cw_haven/android/.cxx
44
/opt/android/cake_wallet/cw_haven/ios/External
45
/opt/android/cake_wallet/cw_monero/android/.cxx
46
- /opt/android/cake_wallet/cw_haven/ios/External
46
+ /opt/android/cake_wallet/cw_monero/ios/External
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
+
74
- if: ${{ steps.cache-externals.outputs.cache-hit != 'true' }}
75
name: Generate Externals
76
run: |