From a4a337e9c2715bc79510763e752dd47116933475 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sat, 5 Oct 2024 22:44:55 +0200 Subject: [PATCH] Show diff --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7d3ef3949de1..44e8716a6aa5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,6 +43,9 @@ jobs: with: args: "-r -a --skip-reflowing-long-strings --skip-javadoc-formatting --set-exit-if-changed" github-token: ${{ secrets.GITHUB_TOKEN }} + - name: Run git diff on failure + if: failure() + run: git diff - name: Run checkstyle reporter uses: dbelyaev/action-checkstyle@master with: