Skip to content

Commit

Permalink
Update container-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phracek committed Jan 9, 2025
1 parent d892567 commit 0b82d7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ jobs:
if [ "${{ matrix.os }}" == "fedora" ]; then
compose="Fedora-latest"
context="Fedora"
tmt_plan="fedora$"
tmt_plan="fedora"
else
if [ "${{ matrix.os }}" == "c9s" ]; then
compose="CentOS-Stream-9"
context="CentOS Stream 9"
tmt_plan="c9s$"
tmt_plan="c9s"
else
compose="CentOS-Stream-10"
context="CentOS Stream 10"
tmt_plan="c10s$"
tmt_plan="c10s"
fi
fi
else
Expand Down

0 comments on commit 0b82d7a

Please sign in to comment.