Fix SpotBugs in CI

This commit is contained in:
TacoTheDank 2024-03-06 02:32:13 -05:00
parent 40da13e014
commit 6f582e4c52

View File

@ -65,7 +65,7 @@ jobs:
- name: Lint :app module recursively - name: Lint :app module recursively
run: ./gradlew :app:lintPlayRelease run: ./gradlew :app:lintPlayRelease
- name: SpotBugs - name: SpotBugs
run: ./gradlew spotbugsPlayDebug spotbugsDebug 2>&1 | grep -i "spotbugs" run: ./gradlew spotbugsPlayDebug spotbugsDebug
unit-test: unit-test:
name: "Unit Test: ${{ matrix.variant }}" name: "Unit Test: ${{ matrix.variant }}"