aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-31 14:10:31 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-31 14:10:31 -0500
commit6d0c7514edfce53ab33b66868193110fb5170d7d (patch)
tree7c8f1de77b85ae0162a294d1c8657da2549cbb65 /.github
parenttesting sysutils (diff)
downloadfirejail-6d0c7514edfce53ab33b66868193110fb5170d7d.tar.gz
firejail-6d0c7514edfce53ab33b66868193110fb5170d7d.tar.zst
firejail-6d0c7514edfce53ab33b66868193110fb5170d7d.zip
split make test-github into different actions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml18
1 files changed, 15 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a4dd7097d..a1211a72b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -67,9 +67,21 @@ jobs:
67 run: make 67 run: make
68 - name: make install 68 - name: make install
69 run: sudo make install 69 run: sudo make install
70 - name: print version 70 - name: print firejail version
71 run: command -V firejail && firejail --version 71 run: command -V firejail && firejail --version
72 - name: lab setup
73 run: SHELL=/bin/bash make lab-setup
72 - name: run sysutils tests 74 - name: run sysutils tests
73 run: SHELL=/bin/bash make test-sysutils 75 run: SHELL=/bin/bash make test-sysutils
74 - name: run tests 76 - name: run profile tests
75 run: SHELL=/bin/bash make test-github 77 run: SHELL=/bin/bash make test-priofiles
78 - name: run fcopy tests
79 run: SHELL=/bin/bash make test-fcopy
80 - name: run fnetfilter tests
81 run: SHELL=/bin/bash make test-fnetfilter
82 - name: run fs tests
83 run: SHELL=/bin/bash make test-fs
84 - name: run utils tests
85 run: SHELL=/bin/bash make test-utils
86 - name: run environment tests
87 run: SHELL=/bin/bash make test-environment