From 4e0bff96888606037d3983692f09ea15361e9ccb Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Mon, 15 Dec 2025 13:05:11 +0100 Subject: [PATCH] This pull request enables testing postgresql-container by PyTest for podman point of view. This is the second step for on-boarding PyTest containers for postgresql-container. This pull request is blocked by https://github.com/sclorg/postgresql-container/pull/634 Signed-off-by: Petr "Stone" Hracek --- .github/workflows/container-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index 9f65fb13..d401f4dd 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -11,7 +11,7 @@ jobs: needs: check-readme uses: "sclorg/ci-actions/.github/workflows/container-tests.yml@main" with: - enabled-tests: '["container","openshift-4","openshift-pytest"]' + enabled-tests: '["container", "container-pytest", "openshift-4", "openshift-pytest"]' versions: '[ "12", "13", "15", "16" ]' openshift-versions: '[ "12", "13", "15", "16" ]' secrets: inherit