Skip to content

Refactor CI workflows and migration to Hatchling πŸŽ‰ #42

Refactor CI workflows and migration to Hatchling πŸŽ‰

Refactor CI workflows and migration to Hatchling πŸŽ‰ #42

Workflow file for this run

name: πŸ§ͺ Snap testing
on:
push:
branches:
- "**"
paths:
- snap/**
- .github/workflows/test-snap.yml
defaults:
run:
working-directory: snap
jobs:
test:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Run tests
run: |
uv sync --all-extras --dev
uv run pytest