Skip to content

Add Privacy Manifest #68

Add Privacy Manifest

Add Privacy Manifest #68

Workflow file for this run

name: Unit test
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
unit-test:
name: Check unit test
timeout-minutes: 30
runs-on: macos-13
steps:
- name: Set Xcode
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
- name: Checkout project
uses: actions/checkout@v2
- name: Install xcbeautify
run: brew install xcbeautify
- name: Run unit test
run: ./Tools/Test/run-unit-tests.sh