Skip to content

Commit 9460c49

Browse files
authored
Merge pull request #436 from sclorg/support_c8s_to_github_action
Allow testing container in CentOS Stream 8
2 parents 870fe95 + 9c6dd60 commit 9460c49

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/container-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ jobs:
5050
api_key: "TF_PUBLIC_API_KEY"
5151
branch: "main"
5252
tmt_repo: "https://github.com/sclorg/sclorg-testing-farm"
53+
- tmt_plan: "c8s"
54+
os_test: "c8s"
55+
context: "CentOS Stream 8"
56+
compose: "CentOS-Stream-8"
57+
api_key: "TF_PUBLIC_API_KEY"
58+
branch: "main"
59+
tmt_repo: "https://github.com/sclorg/sclorg-testing-farm"
5360
if: |
5461
github.event.issue.pull_request
5562
&& (contains(github.event.comment.body, '[test]') || contains(github.event.comment.body, '[test-all]'))

0 commit comments

Comments
 (0)