From da5ad6efcf936a4e63fba6c21727e45ea4fe320d Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:39:05 -0500 Subject: [PATCH] ci: Do not suppress output of "make mockery" (#239) (#247) Looking at Dependabot updates like #233, it makes no sense that the code generation check is failing, because running `make mockery` locally on that dependabot branch works just fine. This should hopefully help debug what's going on there. --- #### PR checklist - [x] Tests written/updated, or no tests needed - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed - [x] Updated relevant documentation (`docs/`) and code comments, or no documentation updates needed (cherry picked from commit 3a0a3fa3a8304ad7f63570e09a800323324258ab) Co-authored-by: Thane Thomson --- .github/workflows/check-generated.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-generated.yml b/.github/workflows/check-generated.yml index 90a0ba8024..c6e01ff6e8 100644 --- a/.github/workflows/check-generated.yml +++ b/.github/workflows/check-generated.yml @@ -32,7 +32,7 @@ jobs: run: | set -euo pipefail - make mockery 2>/dev/null + make mockery if ! git diff --stat --exit-code ; then echo ">> ERROR:"