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 }