Skip to content

Commit

Permalink
ci: use pod install --project-directory when testing template
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored and cipolleschi committed Jun 26, 2023
1 parent eaafc26 commit 2e108c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
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 2e108c8

Please sign in to comment.