Skip to content

Commit

Permalink
rn cache: test full cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Kumar committed Feb 25, 2025
1 parent d4343f5 commit f63db24
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/callable-e2e-test-detox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit f63db24

Please sign in to comment.