File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ sdk_files: &sdk_files
1717 - " python_sdk" # Catch updates to the submodule commit
1818
1919infrahub_poetry_files : &infrahub_poetry_files
20- - " pyproject.toml"
21- - " poetry.lock"
20+ - " **/ pyproject.toml"
21+ - " **/ poetry.lock"
2222
2323frontend_files : &frontend_files
2424 - " frontend/app/**"
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158158 directory : " ./"
159159
160160 infrahub-testcontainers-check :
161- if : needs.files-changed.outputs.python == 'true'
161+ if : needs.files-changed.outputs.infrahub_poetry_files == 'true'
162162 needs : ["files-changed"]
163163 runs-on : ubuntu-latest
164164 timeout-minutes : 5
Original file line number Diff line number Diff line change 11[project ]
22name = " infrahub-testcontainers"
3- version = " 1.2.0rc0 "
3+ version = " 1.2.0b1 "
44requires-python = " >=3.9"
55
66[tool .poetry ]
77name = " infrahub-testcontainers"
8- version = " 1.2.0rc0 "
8+ version = " 1.2.0b1 "
99description = " Testcontainers instance for Infrahub to easily build integration tests"
1010authors = [
" OpsMill <[email protected] >" ]
1111readme = " README.md"
You can’t perform that action at this time.
0 commit comments