Skip to content

Commit 6b938c7

Browse files
tido64cipolleschi
authored andcommitted
ci: use pod install --project-directory when testing template
1 parent 26ef0d5 commit 6b938c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,8 +904,9 @@ jobs:
904904
export USE_FRAMEWORKS=dynamic
905905
fi
906906
907+
cd ..
907908
bundle install
908-
bundle exec pod install
909+
bundle exec pod install --project-directory=ios
909910
- run:
910911
name: Build template project
911912
command: |

0 commit comments

Comments
 (0)