Skip to content

Commit 525c1ab

Browse files
author
Harmanpreet Kaur
committed
Fix paths in test workflow to correctly include pyproject.toml files
1 parent d212209 commit 525c1ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ on:
1111
- 'src/backend/**/*.py'
1212
- 'src/tests/**/*.py'
1313
- 'src/mcp_server/**/*.py'
14+
- 'src/**/pyproject.toml'
1415
- 'pytest.ini'
1516
- 'conftest.py'
1617
- 'src/backend/requirements.txt'
17-
- 'pyproject.toml'
1818
- '.github/workflows/test.yml'
1919
pull_request:
2020
types:
@@ -34,7 +34,7 @@ on:
3434
- 'pytest.ini'
3535
- 'conftest.py'
3636
- 'src/backend/requirements.txt'
37-
- 'pyproject.toml'
37+
- 'src/**/pyproject.toml'
3838
- '.github/workflows/test.yml'
3939

4040
jobs:

0 commit comments

Comments
 (0)