Skip to content

Commit

Permalink
ci: use pod install --project-directory when testing template (#37996)
Browse files Browse the repository at this point in the history
Summary:
Exercise `pod install --project-directory=ios` when building the generated iOS project to make sure we don't regress in the future.

See also #37992, #35754, #34215, #33909

## Changelog:

[INTERNAL] [ADDED] - Exercise `pod install --project-directory=ios` when testing the iOS template

Pull Request resolved: #37996

Test Plan: CI should pass.

Reviewed By: dmytrorykun

Differential Revision: D46972815

Pulled By: cipolleschi

fbshipit-source-id: 69617b09ac599eba3dde3ddddcf08db95bfc4da3
  • Loading branch information
tido64 authored and facebook-github-bot committed Jun 26, 2023
1 parent eaafc26 commit e1fd4a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -904,8 +904,9 @@ jobs:
export USE_FRAMEWORKS=dynamic
fi
cd ..
bundle install
bundle exec pod install
bundle exec pod install --project-directory=ios
- run:
name: Build template project
command: |
Expand Down

0 comments on commit e1fd4a8

Please sign in to comment.