Skip to content

Commit

Permalink
ci: Do not suppress output of "make mockery" (celestiaorg#239) (celes…
Browse files Browse the repository at this point in the history
…tiaorg#247)

Looking at Dependabot updates like celestiaorg#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 3a0a3fa)

Co-authored-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
mergify[bot] and thanethomson committed Jan 31, 2023
1 parent a3817ce commit da5ad6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-generated.yml
Expand Up @@ -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:"
Expand Down

0 comments on commit da5ad6e

Please sign in to comment.