Skip to content

iOS CI

iOS CI #2

Workflow file for this run

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