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 19, 2024
1 parent f9021d9 commit 5a08dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Set up the virtual display and capture strace logs
xvfb-run -a -s "-screen 0 1024x768x24" sh -c '
echo "Running notify-send test...";
strace -o /tmp/notify-send-strace.log notify-send "Test Notification" "This is a test message.";
strace -o /tmp/notify-send-strace.log xfce4-notifyd "Test Notification" "This is a test message.";
if [ $? -ne 0 ]; then
echo "notify-send failed";
exit 1;
Expand Down

0 comments on commit 5a08dd7

Please sign in to comment.