Skip to content

Commit

Permalink
chore: refresh caches
Browse files Browse the repository at this point in the history
  • Loading branch information
gkartalis committed Sep 17, 2024
1 parent 8713b0a commit 02dffa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ commands:
steps:
- restore_cache:
keys:
- v17-app_build_ios-{{ checksum ".manifests/app_build" }}
- v19-app_build_ios-{{ checksum ".manifests/app_build" }}
- run:
name: Download fonts from s3
command: ./scripts/setup/download-fonts
Expand All @@ -109,7 +109,7 @@ commands:
name: Build App
command: ./scripts/ci/ci-ios
- save_cache:
key: v17-app_build_ios-{{ checksum ".manifests/app_build" }}
key: v19-app_build_ios-{{ checksum ".manifests/app_build" }}
paths:
- derived_data
- node_modules/react-native-config
Expand Down Expand Up @@ -416,7 +416,7 @@ jobs:
name: Run tests if native code has changed
command: ls xcode_test_raw.log || ./scripts/ci/ci-test-ios
- save_cache:
key: v12-test-success-{{ checksum ".manifests/native_code" }}
key: v14-test-success-{{ checksum ".manifests/native_code" }}
paths:
- xcode_test_raw.log

Expand Down

0 comments on commit 02dffa9

Please sign in to comment.