aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-03-08 16:23:30 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-03-08 16:23:30 -0500
commitacf8efb878b84882a9df61eff51fdcaceb522a4c (patch)
tree88042e5d0723c36a10efc05774335bd0df52703a /.github
parentMerge pull request #5717 from glitsj16/aa-examples (diff)
downloadfirejail-acf8efb878b84882a9df61eff51fdcaceb522a4c.tar.gz
firejail-acf8efb878b84882a9df61eff51fdcaceb522a4c.tar.zst
firejail-acf8efb878b84882a9df61eff51fdcaceb522a4c.zip
testing
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9f2072c74..2e6a462f2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -73,10 +73,10 @@ jobs:
73 run: SHELL=/bin/bash make lab-setup 73 run: SHELL=/bin/bash make lab-setup
74 - name: run firecfg tests 74 - name: run firecfg tests
75 run: SHELL=/bin/bash make test-firecfg 75 run: SHELL=/bin/bash make test-firecfg
76 - name: run capabilities tests
77 run: SHELL=/bin/bash make test-capabilities
76 - name: run apparmor tests 78 - name: run apparmor tests
77 run: SHELL=/bin/bash make test-apparmor 79 run: SHELL=/bin/bash make test-apparmor
78 - name: run network tests
79 run: SHELL=/bin/bash make test-network
80 - name: run appimage tests 80 - name: run appimage tests
81 run: SHELL=/bin/bash make test-appimage 81 run: SHELL=/bin/bash make test-appimage
82 - name: run chroot tests 82 - name: run chroot tests
@@ -97,3 +97,5 @@ jobs:
97 run: SHELL=/bin/bash make test-utils 97 run: SHELL=/bin/bash make test-utils
98 - name: run environment tests 98 - name: run environment tests
99 run: SHELL=/bin/bash make test-environment 99 run: SHELL=/bin/bash make test-environment
100 - name: run network tests
101 run: SHELL=/bin/bash make test-network