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 4c9445c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: iOS
on:
pull_request:
# Uncomment once working
# files:
# - 'ios/**'
# - 'example/ios/**'
# - 'example/package.json'
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- run: |
cd example
yarn
npx pod-install
yarn ios

0 comments on commit 4c9445c

Please sign in to comment.