Skip to content

Commit

Permalink
Merge branch 'develop' into ts-i18n-extract
Browse files Browse the repository at this point in the history
* develop:
  Build stability fixes and tweaks (#420)
  • Loading branch information
tstirrat committed Apr 9, 2020
2 parents 8cf4162 + d11577a commit 11c6d58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Increase max file watchers
run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

- name: Bundle JS
run: npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/ --verbose

Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@ jobs:
- run: yarn --frozen-lockfile

- name: Install CocoaPods
run: gem install cocoapods

- name: Update Pods
run: pod repo update
working-directory: ./ios
- run: gem install cocoapods

- name: Cache CocoaPods
uses: actions/cache@v1
Expand All @@ -40,8 +35,7 @@ jobs:
restore-keys: |
${{ runner.OS }}-pods-
- name: Pod Install
run: pod install
- run: pod install --repo-update
working-directory: ./ios

- name: Bundle iOS JS
Expand Down

0 comments on commit 11c6d58

Please sign in to comment.