Skip to content

Add support for Privacy Manifest (#628) #210

Add support for Privacy Manifest (#628)

Add support for Privacy Manifest (#628) #210

Workflow file for this run

name: Build
on:
push:
pull_request:
branches-ignore:
- 'gh-pages'
jobs:
Test:
runs-on: macOS-14
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: actions/checkout@v2
- name: Prepare
run: |
bundle update --bundler
bundle install
- name: Run tests
env:
SLACK_URL: ${{ secrets.SLACK_URL }}
run: bundle exec fastlane test