Skip to content

Commit

Permalink
CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lcflight committed Nov 29, 2023
1 parent 09a4be9 commit c835c81
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,3 @@ jobs:
- name: Test
run: npm test
working-directory: ./mobile

ios:
runs-on: macos-latest
strategy:
matrix:
node-version: [16.15.0]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install CocoaPods
run: sudo gem install cocoapods
- name: Install project dependencies
run: npm install
working-directory: ./mobile
- name: Install iOS dependencies
run: npx pod-install
working-directory: ./mobile
- name: Build and run tests
run: npx react-native run-ios
working-directory: ./mobile

0 comments on commit c835c81

Please sign in to comment.