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:
parent
40c2545f74
commit
c435bb359e
1 changed files with 10 additions and 0 deletions
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
|
|
@ -79,6 +79,16 @@ jobs:
|
||||||
cd osbuild
|
cd osbuild
|
||||||
python3 -m unittest -v test.test_osrelease
|
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:
|
rpm_build:
|
||||||
name: "📦 RPM"
|
name: "📦 RPM"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue