Skip to content

Commit e686a92

Browse files
committed
This pull request enables testing mariadb-container by PyTest suite.
The suite is available here: https://github.com/sclorg/container-ci-suite Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent 3303c49 commit e686a92

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
@@ -9,7 +9,7 @@ jobs:
99
needs: check-readme
1010
uses: "sclorg/ci-actions/.github/workflows/container-tests.yml@main"
1111
with:
12-
enabled-tests: '["container","openshift-4","openshift-pytest"]'
12+
enabled-tests: '["container", "container-pytest", "openshift-4","openshift-pytest"]'
1313
versions: '[ "10.3", "10.5", "10.11", "11.8" ]'
1414
openshift-versions: '[ "10.3", "10.5", "10.11", "11.8" ]'
1515
secrets: inherit

0 commit comments

Comments
 (0)