Skip to content

fix: scope dev-tooling auto-merge by depType (#84) #273

fix: scope dev-tooling auto-merge by depType (#84)

fix: scope dev-tooling auto-merge by depType (#84) #273

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
jobs:
tests:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
enable-cache: true
cache-suffix: tests
- run: uv sync --group test
- run: uv run python -m pytest tests/ -v