Skip to content

Simplify CI workflow to use tuist test #25

Simplify CI workflow to use tuist test

Simplify CI workflow to use tuist test #25

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