Skip to content

Commit 392451f

Browse files
[bug] fix naming
1 parent c525d92 commit 392451f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ jobs:
5151
- name: End-to-End Log Serialization Integration Test
5252
run: |
5353
# Utilize the uploaded static pre-recorded PCAP capture to avoid dynamic interface generation issues!
54-
bash ./tests/e2e.sh ping.pcap
54+
PCAP_FILE=$(ls *.pcap* | head -n 1)
55+
bash ./tests/e2e.sh "$PCAP_FILE"

0 commit comments

Comments
 (0)