diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml new file mode 100644 index 000000000..2ccf34f2c --- /dev/null +++ b/.github/workflows/ios.yml @@ -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