From c435bb359e7cc4cb5b08882dbe81ca6cb0e60ff2 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Tue, 17 Mar 2020 17:34:38 +0100 Subject: [PATCH] ci: run selinux and ostree unit tests Add the new ostree and selinux unit tests to the github action CI --- .github/workflows/tests.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e8871565..b621c12f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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