From 08aaa8462aab08f5b65f446c29e1082686d93aad Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Wed, 7 Aug 2024 09:53:41 +0200 Subject: [PATCH] Allow testing httpd-container in C10S 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 2d78961e..3e1bac53 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: version: [ "2.4", "2.4-micro" ] - os_test: [ "fedora", "rhel8", "rhel9", "c9s" ] + os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s" ] test_case: [ "container" ] if: |