Skip to content

Commit 4e0bff9

Browse files
committed
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 sclorg#634 Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 49b88e3 commit 4e0bff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
needs: check-readme
1212
uses: "sclorg/ci-actions/.github/workflows/container-tests.yml@main"
1313
with:
14-
enabled-tests: '["container","openshift-4","openshift-pytest"]'
14+
enabled-tests: '["container", "container-pytest", "openshift-4", "openshift-pytest"]'
1515
versions: '[ "12", "13", "15", "16" ]'
1616
openshift-versions: '[ "12", "13", "15", "16" ]'
1717
secrets: inherit

0 commit comments

Comments
 (0)