diff --git a/.github/workflows/code-health.yml b/.github/workflows/code-health.yml index 5d70673594..311a7d60d5 100644 --- a/.github/workflows/code-health.yml +++ b/.github/workflows/code-health.yml @@ -23,6 +23,8 @@ jobs: go-version-file: 'go.mod' - name: Build run: make build + - name: Set the user terminal + run: export GPG_TTY=$(tty) unit-test: needs: build runs-on: ubuntu-latest