From d23126e7de61f8083b8cdf29a7d97904f897a6d1 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Mon, 24 Feb 2025 18:16:59 -0800 Subject: [PATCH] rn cache: test full cycle --- .github/workflows/callable-e2e-test-detox.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/callable-e2e-test-detox.yml b/.github/workflows/callable-e2e-test-detox.yml index ec7bde35fb3..90a69c45e23 100644 --- a/.github/workflows/callable-e2e-test-detox.yml +++ b/.github/workflows/callable-e2e-test-detox.yml @@ -115,6 +115,13 @@ jobs: key: ${{ inputs.test_name }}-detox-build-${{ hashFiles(steps.cache_paths.outputs.YARN_LOCK_PATH, steps.cache_paths.outputs.POD_LOCK_PATH, '~/lerna_versions.json') }} restore-keys: | ${{ inputs.test_name }}-detox-build- + + - name: test cache + run: | + echo "steps.modules-cache.outputs.cache-hit: ${{ steps.modules-cache.outputs.cache-hit }}" + echo "steps.pods-cache.outputs.cache-hit: ${{ steps.pods-cache.outputs.cache-hit }}" + echo "steps.detox-build-cache.outputs.cache-hit: ${{ steps.detox-build-cache.outputs.cache-hit }}" + - name: Detox Build if: steps.detox-build-cache.outputs.cache-hit != 'true' || steps.modules-cache.outputs.cache-hit != 'true' || steps.pods-cache.outputs.cache-hit != 'true' run: |