From 6f582e4c52ae5f6f31b2014110823f561f5eb34b Mon Sep 17 00:00:00 2001 From: TacoTheDank Date: Wed, 6 Mar 2024 02:32:13 -0500 Subject: [PATCH] Fix SpotBugs in CI --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index d56ec7ace..9dbfdcf1a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -65,7 +65,7 @@ jobs: - name: Lint :app module recursively run: ./gradlew :app:lintPlayRelease - name: SpotBugs - run: ./gradlew spotbugsPlayDebug spotbugsDebug 2>&1 | grep -i "spotbugs" + run: ./gradlew spotbugsPlayDebug spotbugsDebug unit-test: name: "Unit Test: ${{ matrix.variant }}"