From b8d04d9b1f50254471159ddc8beb9dc7731c4618 Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Thu, 8 Sep 2022 04:03:01 +0300 Subject: [PATCH] Add checkstyle report action --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 476e6eff..8ffcde3d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,11 @@ jobs: - uses: actions/checkout@v2 - uses: gradle/wrapper-validation-action@v1 - run: gradle build check -x test --stacktrace --warning-mode fail + - uses: Juuxel/publish-checkstyle-report@v1 + if: ${{ failure() }} + with: + reports: | + build/reports/checkstyle/*.xml # This job is used to feed the test matrix of next job to allow the tests to run in parallel prepare_test_matrix: