From: Jason Ish Date: Tue, 31 Jan 2023 22:02:49 +0000 (-0600) Subject: github-ci: only run suricata-verify once on Ubuntu X-Git-Tag: suricata-6.0.10~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1104%2Fhead;p=thirdparty%2Fsuricata-verify.git 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. --- 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