From 01c48d1a76ec321b32239430434bf9984f53dc56 Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Thu, 21 Sep 2023 23:05:54 +0000 Subject: [PATCH] Make sure checkstyle also runs on integration tests Signed-off-by: Peter Nied --- .github/workflows/code-hygiene.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-hygiene.yml b/.github/workflows/code-hygiene.yml index ca62d29121..485f5a9d4e 100644 --- a/.github/workflows/code-hygiene.yml +++ b/.github/workflows/code-hygiene.yml @@ -43,7 +43,7 @@ jobs: - uses: gradle/gradle-build-action@v2 with: cache-disabled: true - arguments: checkstyleMain checkstyleTest + arguments: checkstyleMain checkstyleTest checkstyleIntegrationTest spotbugs: runs-on: ubuntu-latest