From 242ecb1ceecced6e3cb308fda84367eed4b2ebb0 Mon Sep 17 00:00:00 2001 From: Alex Risch Date: Fri, 26 Jan 2024 11:08:26 -0700 Subject: [PATCH] iOS CI CI Build attempt --- .github/workflows/ios.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/ios.yml diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml new file mode 100644 index 000000000..b42e45256 --- /dev/null +++ b/.github/workflows/ios.yml @@ -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