Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
fl42 committed Oct 24, 2024
1 parent 27380ab commit 1b6446e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ jobs:
- name: Print pcap file
run: |
for file in dumps/*.pcap; do
cd dumps
for file in *.pcap; do
echo "Dump file: $file"
docker exec $(docker ps -q) tshark -r /dumps/$file -V
done
Expand Down

0 comments on commit 1b6446e

Please sign in to comment.