diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index 20f9a503..1e017c9c 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -50,6 +50,13 @@ jobs: api_key: "TF_PUBLIC_API_KEY" branch: "main" tmt_repo: "https://github.com/sclorg/sclorg-testing-farm" + - tmt_plan: "c8s" + os_test: "c8s" + context: "CentOS Stream 8" + compose: "CentOS-Stream-8" + api_key: "TF_PUBLIC_API_KEY" + branch: "main" + tmt_repo: "https://github.com/sclorg/sclorg-testing-farm" if: | github.event.issue.pull_request && (contains(github.event.comment.body, '[test]') || contains(github.event.comment.body, '[test-all]'))