Skip to content

Commit 38c4b1e

Browse files
committed
Fix testcontainers check
1 parent 0e49a4e commit 38c4b1e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/file-filters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ sdk_files: &sdk_files
1717
- "python_sdk" # Catch updates to the submodule commit
1818

1919
infrahub_poetry_files: &infrahub_poetry_files
20-
- "pyproject.toml"
21-
- "poetry.lock"
20+
- "**/pyproject.toml"
21+
- "**/poetry.lock"
2222

2323
frontend_files: &frontend_files
2424
- "frontend/app/**"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

python_testcontainers/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "infrahub-testcontainers"
3-
version = "1.2.0rc0"
3+
version = "1.2.0b1"
44
requires-python = ">=3.9"
55

66
[tool.poetry]
77
name = "infrahub-testcontainers"
8-
version = "1.2.0rc0"
8+
version = "1.2.0b1"
99
description = "Testcontainers instance for Infrahub to easily build integration tests"
1010
authors = ["OpsMill <[email protected]>"]
1111
readme = "README.md"

0 commit comments

Comments
 (0)