Skip to content

Commit

Permalink
iOS CI
Browse files Browse the repository at this point in the history
CI Build attempt
  • Loading branch information
Alex Risch authored and Alex Risch committed Jan 26, 2024
1 parent 6caee4a commit 9eb720f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: iOS
on:
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- run: yarn
- run: npx pod-install
- run: yarn ios

0 comments on commit 9eb720f

Please sign in to comment.