mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-23 15:21:07 +01:00
Fix SpotBugs in CI
This commit is contained in:
parent
40da13e014
commit
6f582e4c52
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user