Skip to content

Commit e4efd9f

Browse files
pod install
1 parent f765161 commit e4efd9f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
- name: NPM Install (Playground)
6565
run: npm install
6666
working-directory: ./Apps/Playground
67+
68+
- name: POD Install
69+
run: pod install
70+
working-directory: ./Apps/Playground/ios
71+
6772
# - name: Build iOS Bundle
6873
# run: npm run build:ios
6974
# working-directory: ./Apps/Playground

0 commit comments

Comments
 (0)