Skip to content

Commit

Permalink
fix: no tty
Browse files Browse the repository at this point in the history
  • Loading branch information
fl42 committed Oct 23, 2024
1 parent 939d0a6 commit 3c921e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
for file in dumps/*.pcap; do
echo "Dump file: $file"
docker exec -it $(docker ps -q) tshark -r /dumps/$file -V
docker exec $(docker ps -q) tshark -r /dumps/$file -V
done
- name: Stop container
Expand Down

0 comments on commit 3c921e6

Please sign in to comment.