test: add test for host detection
Includes a test for each of the runners we currently have, except for fedora27, which is (hopefully) not used as a host OS anymore.
This commit is contained in:
parent
a578a2b7e7
commit
294431ace1
9 changed files with 150 additions and 0 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
|
@ -51,6 +51,11 @@ jobs:
|
|||
cd osbuild
|
||||
python3 -m unittest -v test.test_objectstore
|
||||
|
||||
- name: Run test_osrelease
|
||||
run: |
|
||||
cd osbuild
|
||||
python3 -m unittest -v test.test_osrelease
|
||||
|
||||
rpm_build:
|
||||
name: "RPM build"
|
||||
needs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue