Test Caching

OmarHatem committed Dec 19, 2022 at 23:32 UTC 61ae5bf800508aed1e74b78fdcb7f6d9ec8f38d2
1 file changed +1 -1
.github/workflows/pr_test_build.yml
+1 -1
@@ -49,7 +49,7 @@ jobs:
49
50 - name: Test Cache
51 run: |
52 - echo steps.cache-externals.outputs.cache-hit
52 + echo ${{ steps.cache-externals.outputs.cache-hit }}
53 cd /opt/android/cake_wallet/cw_shared_external/ios
54 ls
55 echo "=================================="