aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-31 14:19:48 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-31 14:19:48 -0500
commit9b89fa661cd82f539467310a6dafb602de292a70 (patch)
tree82175d3e7857cd13a0a94c045cb3227e539afb28 /.github
parentsplit make test-github into different actions (diff)
downloadfirejail-9b89fa661cd82f539467310a6dafb602de292a70.tar.gz
firejail-9b89fa661cd82f539467310a6dafb602de292a70.tar.zst
firejail-9b89fa661cd82f539467310a6dafb602de292a70.zip
test fix
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a1211a72b..f075ec493 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -74,7 +74,7 @@ jobs:
74 - name: run sysutils tests 74 - name: run sysutils tests
75 run: SHELL=/bin/bash make test-sysutils 75 run: SHELL=/bin/bash make test-sysutils
76 - name: run profile tests 76 - name: run profile tests
77 run: SHELL=/bin/bash make test-priofiles 77 run: SHELL=/bin/bash make test-profiles
78 - name: run fcopy tests 78 - name: run fcopy tests
79 run: SHELL=/bin/bash make test-fcopy 79 run: SHELL=/bin/bash make test-fcopy
80 - name: run fnetfilter tests 80 - name: run fnetfilter tests