Skip to content

Add a privacy manifest #67

Add a privacy manifest

Add a privacy manifest #67

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
DEVELOPER_DIR: /Applications/Xcode_13.3.app/Contents/Developer
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: xcodebuild test -project PredicateKit.xcodeproj -scheme PredicateKit -resultBundlePath test-results.xcresult
- name: Publish test results
uses: actions/upload-artifact@v2
with:
name: test-results.xcresult
path: test-results.xcresult