Skip to content

Add SPM integration test to CI #27

Add SPM integration test to CI

Add SPM integration test to CI #27

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Install Tuist
run: brew install tuist
- name: Run Tests
run: tuist test
- name: Test SPM Integration
run: ./Scripts/test-spm-integration.sh