run timezone and firewall tests in CI
Both tests work in CI just fine so we should run them every time. I introduce them as a separate jobs because jobs run in parallel so it takes less time even though it does not share object store.
This commit is contained in:
parent
27bbb02265
commit
c082222cf4
2 changed files with 11 additions and 1 deletions
|
|
@ -14,7 +14,8 @@
|
|||
},
|
||||
"packages": [
|
||||
"dnf",
|
||||
"systemd"
|
||||
"systemd",
|
||||
"tar"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue