From 3cb873e3bc7564cfeb5a1684607666060f8eca51 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Wed, 19 Nov 2025 16:01:51 +0100 Subject: [PATCH] ci: check script eve-parity is working --- .github/workflows/builds.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 43edd56ff4..c77864dcb8 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -219,6 +219,10 @@ jobs: test $(cat eve.json |jq 'select(.stats) | .stats.decoder.pkts') = 110 working-directory: examples/lib/custom + - run: python3 scripts/eve-parity.py mapped-fields + - run: python3 scripts/eve-parity.py unmapped-fields + - run: python3 scripts/eve-parity.py unmapped-keywords + - name: Cleaning source directory for standalone plugin test. run: make clean