Skip to content

Commit d319b84

Browse files
committed
test(ios, e2e): use pod install run script vs manual commands
the manual commands don't remove Podfile.lock so when you bump versions you get conflicts, and it's easy to forget when bumping versions so then e2e tests fail.
1 parent 2e283f7 commit d319b84

File tree

3 files changed

+146
-146
lines changed

3 files changed

+146
-146
lines changed

.github/workflows/tests_e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
timeout_minutes: 10
282282
retry_wait_seconds: 60
283283
max_attempts: 3
284-
command: cd tests/ios && pod install
284+
command: yarn tests:ios:pod:install
285285

286286
- name: Build iOS App
287287
run: |

0 commit comments

Comments
 (0)