File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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') }}"
You can’t perform that action at this time.
0 commit comments