chore: update ios ci [skip e2e]

This commit is contained in:
Aman Harwara
2024-06-05 17:44:33 +05:30
parent 26af193203
commit 3303c65973
2 changed files with 9 additions and 3 deletions

View File

@@ -82,7 +82,11 @@ jobs:
with:
working-directory: 'packages/mobile'
- name: Install dependencies
run: yarn install --immutable && bundle install && yarn install:pods
run: yarn install --immutable
- name: Bundle install
run: bundle install
- name: Install pods
run: yarn install:pods
- run: yarn build:mobile
- name: Set ssh connection to Github
uses: webfactory/ssh-agent@v0.4.1