From 9e4071f7f8f55d8e17af3ea7edc57b1774b35bd1 Mon Sep 17 00:00:00 2001 From: Jared Lewis Date: Wed, 30 Apr 2025 10:56:37 +1000 Subject: [PATCH 1/2] chore: Increase the number of columns to make it easier to debug the results --- .github/actions/regenerate/action.yml | 1 + .github/workflows/ci.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/actions/regenerate/action.yml b/.github/actions/regenerate/action.yml index 3ae1fb17..74e58a98 100644 --- a/.github/actions/regenerate/action.yml +++ b/.github/actions/regenerate/action.yml @@ -11,6 +11,7 @@ runs: shell: bash env: QUIET: true + COLUMNS: 160 run: | git config --global user.name "$GITHUB_ACTOR" git config --global user.email "$CI_COMMIT_EMAIL" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1b529ef2..adc3d0da 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,6 +45,7 @@ jobs: - name: Verify registry env: QUIET: true + COLUMNS: 160 run: | make fetch-test-data git diff --exit-code From 8bc5276a4ea17821ffdb34e0d504ba09ebb6ed06 Mon Sep 17 00:00:00 2001 From: Jared Lewis Date: Wed, 30 Apr 2025 10:58:58 +1000 Subject: [PATCH 2/2] docs: Changelog --- changelog/32.improvement.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/32.improvement.md diff --git a/changelog/32.improvement.md b/changelog/32.improvement.md new file mode 100644 index 00000000..8250bf49 --- /dev/null +++ b/changelog/32.improvement.md @@ -0,0 +1 @@ +Increased the width of the console output to make it easier to diagnose issues.