Skip to content

Commit 97cb5b3

Browse files
authored
[python] run Petstore CI for lazy imports (OpenAPITools#24093)
The Python Petstore workflow tests python-lazyImports in its matrix, but its pull-request path filter does not include that directory. A change confined to the lazy-import sample therefore receives no Python Petstore coverage. Add the missing path so the workflow runs whenever that sample changes.
1 parent bd1abad commit 97cb5b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/samples-python-petstore.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- samples/openapi3/client/petstore/python-aiohttp/**
77
- samples/openapi3/client/petstore/python-httpx/**
88
- samples/openapi3/client/petstore/python/**
9+
- samples/openapi3/client/petstore/python-lazyImports/**
910
- .github/workflows/samples-python-petstore.yaml
1011

1112
jobs:

0 commit comments

Comments
 (0)