Skip to content

Merge pull request #24 from manuelCarlos/feature/add-privacy-labels #106

Merge pull request #24 from manuelCarlos/feature/add-privacy-labels

Merge pull request #24 from manuelCarlos/feature/add-privacy-labels #106

Workflow file for this run

name: Test-spm
on:
push:
branches: [ main ]
pull_request:
branches:
- '*'
jobs:
spm:
name: Test with SPM
runs-on: macOS-latest
env:
DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer
steps:
- uses: actions/checkout@v2
- name: SPM Test
run: swift test -c debug