From fb16205adf02e056334f7991875cd3a38b52e19f Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Fri, 22 Apr 2022 12:57:55 +0200 Subject: [PATCH] Use Fedora-latest compose for Fedora tests 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 1e017c9c..d7982812 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -16,7 +16,7 @@ jobs: - tmt_plan: "fedora" os_test: "fedora" context: "Fedora" - compose: "CentOS-7" + compose: "Fedora-latest" api_key: "TF_PUBLIC_API_KEY" branch: "main" tmt_repo: "https://github.com/sclorg/sclorg-testing-farm"