Skip to content

Commit 82ef8e4

Browse files
committed
Merge branch '@mbert/monorepo-fix-CI-paths' into @mbert/monorepo-unify-eslint-configs
2 parents d7fb585 + ae4cfd9 commit 82ef8e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ios-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
working-directory: ${{ matrix.working-directory }}
3939
run: yarn install --immutable && yarn postinstall
4040
- name: Install pods
41+
if: ${{ matrix.working-directory == 'apps/BasicExample' }}
4142
working-directory: ${{ matrix.working-directory }}/ios
4243
run: bundle install && NO_FLIPPER=1 bundle exec pod install
4344
- name: Build app

0 commit comments

Comments
 (0)