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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- 'src/**.py'
|
||||||
|
- 'tests/**.py'
|
||||||
|
- 'pyproject.toml'
|
||||||
|
- 'uv.lock'
|
||||||
|
- '.github/workflows/test-integration.yml'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- 'src/**.py'
|
||||||
|
- 'tests/**.py'
|
||||||
|
- 'pyproject.toml'
|
||||||
|
- 'uv.lock'
|
||||||
|
- '.github/workflows/test-integration.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue