Skip to content

Commit

Permalink
Added upterm to debug "pod install"
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Aug 21, 2024
1 parent f7cfb80 commit fb65314
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-realm-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,9 @@ jobs:
mkdir dist
npx react-native bundle --entry-file index.js --platform ios --dev false --minify false --bundle-output dist/main.ios.jsbundle --assets-dest dist/res
- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Run 'pod install'
env:
USE_CCACHE: 1
Expand Down

0 comments on commit fb65314

Please sign in to comment.