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 ef4bc4f commit 6fb81ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
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
strace -o /tmp/suricata-notify-strace.log "./suricata-notify eve.json"
'
- name: Upload Strace Log
Expand Down

0 comments on commit 6fb81ce

Please sign in to comment.