Fix SpotBugs in CI

This commit is contained in:
TacoTheDank 2024-03-06 02:32:13 -05:00
parent 40da13e014
commit 6f582e4c52
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"