run integration tests less

This commit is contained in:
phact 2025-10-09 13:01:14 -04:00
parent 977be280ed
commit 1715d46765

View file

@ -2,9 +2,21 @@ name: Integration Tests
on:
pull_request:
paths:
- 'src/**.py'
- 'tests/**.py'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/test-integration.yml'
push:
branches:
- main
paths:
- 'src/**.py'
- 'tests/**.py'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/test-integration.yml'
jobs:
tests: