ci: run selinux and ostree unit tests

Add the new ostree and selinux unit tests to the github action CI
This commit is contained in:
Christian Kellner 2020-03-17 17:34:38 +01:00 committed by David Rheinsberg
parent 40c2545f74
commit c435bb359e

View file

@ -79,6 +79,16 @@ jobs:
cd osbuild
python3 -m unittest -v test.test_osrelease
- name: Run test_util_ostree
run: |
cd osbuild
python3 -m unittest -v test.test_util_ostree
- name: Run test_util_selinux
run: |
cd osbuild
python3 -m unittest -v test.test_util_selinux
rpm_build:
name: "📦 RPM"
runs-on: ubuntu-latest