summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/checks.yml2
1 files changed, 1 insertions, 1 deletions
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 }}"