From f63db242e2a16417e66c259684e96c50c0e66e1a Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Mon, 24 Feb 2025 22:57:38 -0800 Subject: [PATCH] rn cache: test full cycle --- .github/workflows/callable-e2e-test-detox.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/callable-e2e-test-detox.yml b/.github/workflows/callable-e2e-test-detox.yml index 63700bc64a7..f324dc6cecf 100644 --- a/.github/workflows/callable-e2e-test-detox.yml +++ b/.github/workflows/callable-e2e-test-detox.yml @@ -66,8 +66,8 @@ jobs: path: ${{ inputs.working_directory }}/node_modules key: | ${{ inputs.test_name }}-detox-modules-${{ hashFiles(steps.cache_paths.outputs.YARN_LOCK_PATH) }} - restore-keys: | - ${{ inputs.test_name }}-detox-modules- + # restore-keys: | + # ${{ inputs.test_name }}-detox-modules- - name: Yarn Install working-directory: ${{ inputs.working_directory }} @@ -83,8 +83,8 @@ jobs: with: path: ${{ inputs.working_directory }}/ios/Pods key: ${{ inputs.test_name }}-pods-${{ hashFiles(steps.cache_paths.outputs.POD_LOCK_PATH) }} - restore-keys: | - ${{ inputs.test_name }}-pods- + # restore-keys: | + # ${{ inputs.test_name }}-pods- - name: Install CocoaPods if: steps.pods-cache.outputs.cache-hit != 'true' run: | @@ -113,8 +113,8 @@ jobs: with: path: ${{ inputs.working_directory }}/ios/build 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- + # restore-keys: | + # ${{ inputs.test_name }}-detox-build- - name: test cache run: |