From 70fc151746bcf47cc80dee2f0114228c03abd361 Mon Sep 17 00:00:00 2001 From: "Matthieu Baerts (NGI0)" Date: Tue, 19 Mar 2024 18:08:59 +0100 Subject: [PATCH] tap2json: only keep errors We would have too heavy JSON to load. Signed-off-by: Matthieu Baerts (NGI0) --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index fc4dd58..b4def74 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1337,6 +1337,7 @@ _gen_results_files() { LANG=C /tap2json.py \ --output "${RESULTS_DIR}/results.json" \ --info "run_id:${GITHUB_RUN_ID:-"none"}" \ + --only-fails \ "${RESULTS_DIR}"/*.tap }