run integration tests less
This commit is contained in:
parent
977be280ed
commit
1715d46765
1 changed files with 12 additions and 0 deletions
12
.github/workflows/test-integration.yml
vendored
12
.github/workflows/test-integration.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue