chore(deps): bump ws from 6.2.2 to 6.2.3 (#12) #51
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: React Native SDK Build for iOS | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
build-ios: | |
runs-on: macos-13-xl | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Initialize submodules | |
run: | | |
git submodule update --init | |
- name: Run build ios | |
run: | | |
yarn | |
cd example/ios && pod install && cd .. | |
yarn build:ios |