Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rodonile authored Oct 15, 2024
1 parent ad0590f commit bc830be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Start TCPDump in background
run: |
sudo tcpdump -i lo -c 6 -w tcpdump_output.pcap port 9991 &
sudo tcpdump -i lo -w tcpdump_output.pcap port 9991 &
echo "$!" >> tcpdump_pid.txt
- name: Debug IP Configuration
Expand Down

0 comments on commit bc830be

Please sign in to comment.