]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
github-ci: only run suricata-verify once on Ubuntu 1104/head
authorJason Ish <jason.ish@oisf.net>
Tue, 31 Jan 2023 22:02:49 +0000 (16:02 -0600)
committerJason Ish <jason.ish@oisf.net>
Tue, 31 Jan 2023 22:02:49 +0000 (16:02 -0600)
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

index ae839884391bb7db3a0113528afbfb223cb43c1d..c4104d578e8962f4da822f808f9fda318fca2ae9 100644 (file)
@@ -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