Skip to content

Commit d2c6653

Browse files
Update verify.yml
1 parent 0a46821 commit d2c6653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# makes it easier to keep track of installation time via GHA without
3333
# adding execution time to the next step.
3434
- name: Install CocoaPods dependencies
35-
run: bundle install && bundle exec fastlane prepare_pods --verbose
35+
run: bundle update && bundle exec fastlane prepare_pods --verbose
3636
- name: Run unit tests
3737
run: bundle exec fastlane unit_tests
3838
- name: Upload test results

0 commit comments

Comments
 (0)