Skip to content

Commit e80a868

Browse files
committed
chore(ci): exec nitrogen before ios ci
1 parent 2de3757 commit e80a868

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ jobs:
160160
- name: Install cocoapods
161161
if: env.turbo_cache_hit != 1 && steps.cocoapods-cache.outputs.cache-hit != 'true'
162162
run: |
163+
yarn nitrogen
163164
cd example
164165
bundle install
165166
bundle exec pod install --project-directory=ios

0 commit comments

Comments
 (0)