Skip to content

Commit

Permalink
ci: Do not suppress output of "make mockery" (#239)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
thanethomson committed Jan 31, 2023
1 parent 5954e75 commit 3a0a3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-generated.yml
Original file line number Diff line number Diff line change
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 3a0a3fa

Please sign in to comment.