Skip to content

Commit c656ca9

Browse files
Seems like there is a number of files that cannot be found and the cache still isn't caching
1 parent a628773 commit c656ca9

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
include:
100100
- language: java-kotlin
101101
build-mode: none
102+
102103
steps:
103104
- name: Checkout repository
104105
uses: actions/checkout@v4
@@ -165,20 +166,27 @@ jobs:
165166
build-mode: autobuild
166167

167168
steps:
168-
- name: Checkout
169-
uses: actions/checkout@v3
169+
- name: Checkout react-native-sdk
170+
uses: actions/checkout@v4
170171

171172
- name: Setup
172173
uses: ./.github/actions/setup
173174

174175
- name: Cache turborepo for iOS
175176
uses: actions/cache@v4
176177
with:
177-
path: ${{ env.TURBO_CACHE_DIR }}
178+
# path: ${{ env.TURBO_CACHE_DIR }}
179+
path: ~/.cache/yarn
178180
key: ${{ runner.os }}-turborepo-ios-${{ hashFiles('yarn.lock') }}
179181
restore-keys: |
180182
${{ runner.os }}-turborepo-ios-
181183
184+
- name: Checkout iterable-swift-sdk
185+
uses: actions/checkout@v4
186+
with:
187+
repository: Iterable/iterable-swift-sdk
188+
189+
182190
- name: Debug Cache Key
183191
run: |
184192
echo "Cache key would be: ${{ runner.os }}-turborepo-ios-${{ hashFiles('yarn.lock') }}"

0 commit comments

Comments
 (0)