Skip to content

Commit

Permalink
test(ios, e2e): use pod install run script vs manual commands
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mikehardy committed Feb 9, 2021
1 parent 2e283f7 commit d319b84
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 146 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:
timeout_minutes: 10
retry_wait_seconds: 60
max_attempts: 3
command: cd tests/ios && pod install
command: yarn tests:ios:pod:install

- name: Build iOS App
run: |
Expand Down
Loading

1 comment on commit d319b84

@vercel
Copy link

@vercel vercel bot commented on d319b84 Feb 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.