Skip to content

Commit

Permalink
add test notify
Browse files Browse the repository at this point in the history
  • Loading branch information
con-cis committed Aug 20, 2024
1 parent f93f92b commit 9632f60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
run: |
# Run the program in a virtual display and capture strace logs
export DISPLAY=:99 && xvfb-run -a -s "-screen 0 1024x768x24" sh -c '
echo "Starting dbus-session...";
eval $(dbus-launch --sh-syntax --exit-with-session);
echo "Running suricata-notify with strace..."
strace -o /tmp/suricata-notify-strace.log ./suricata-notify --test
'
Expand Down

0 comments on commit 9632f60

Please sign in to comment.