From 210416bd760dab9ce2a38fd3b71feac977ca956b Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 31 Jan 2023 16:02:49 -0600 Subject: [PATCH] github-ci: only run suricata-verify once on Ubuntu On Ubuntu verify was being run once with the output dir in tree, and another time elsewhere. Instead, on Ubuntu just run once with --outdir, and run on Alma without --outdir to cover both cases and save some time. --- .github/workflows/builds.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index ae8398843..c4104d578 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -83,10 +83,7 @@ jobs: make -j2 - name: Running suricata-verify working-directory: suricata - run: python3 ../run.py --quiet - - name: Running suricata-verify with different output dir - working-directory: suricata - run: python3 ../run.py --quiet --fail --outdir /tmp/sv-output + run: python3 ../run.py --quiet --outdir /tmp/sv-output almalinux: name: AlmaLinux 8 -- 2.47.2