From 04de2c68af414e00b997c990530907a1c29592ad Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Thu, 1 Dec 2022 15:18:12 -0600 Subject: [PATCH] Remove tasks that should not be executed Signed-off-by: Peter Nied --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af010d1be2..cf0baf1ec5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,10 +30,8 @@ jobs: with: arguments: | build test -Dbuild.snapshot=false - -x spotlessCheck -x checkstyleMain -x checkstyleTest - -x spotbugsMain - name: Coverage uses: codecov/codecov-action@v1 @@ -62,5 +60,5 @@ jobs: - uses: github/codeql-action/init@v1 with: languages: java - - run: ./gradlew clean build -Dbuild.snapshot=false -x test -x integrationTest + - run: ./gradlew clean build -Dbuild.snapshot=false -x test - uses: github/codeql-action/analyze@v1