Skip to content

Commit ffe1492

Browse files
committed
Enable testing mysql container by PyTest suite
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent ed58dd7 commit ffe1492

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: '[ "8.0", "8.4" ]'
1414
openshift-versions: '[ "8.0", "8.4" ]'
1515
secrets: inherit

0 commit comments

Comments
 (0)