From ccec03cabadfc5bf6a72bb20e0c688f4636cf31c Mon Sep 17 00:00:00 2001 From: juadde Date: Wed, 22 May 2024 13:11:40 +0200 Subject: [PATCH] Add test for tshark --- .github/workflows/CI.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5979633..45bd2de 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -885,4 +885,6 @@ jobs: with: name: Wireshark-plugin-standard - name: Run tests - run: brew install wireshark \ No newline at end of file + run: brew install wireshark + - name: Tshark version + run: tshark --version