Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit b9cc224

Browse files
authored
chore(ci): Log tcp traffic on CircleCI (#3971)
A little bit excessive, but this will really help debugging issues with Blocking Proxy.
1 parent 23bc943 commit b9cc224

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

circle.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ dependencies:
1919
- cd testapp && npm update
2020
- npm start:
2121
background: true
22+
- sudo tcpdump -i lo 'tcp && dst localhost' -w $CIRCLE_ARTIFACTS/localdump.pcap:
23+
background: true
2224

2325
test:
2426
override:

0 commit comments

Comments
 (0)