runQualityChecks task shouldn't fail fast (#4309)
* `runQualityChecks` task shouldn't fail fast Make sure we run every task it depends on so we get a list with all the issues instead of having to retry several times. * Tweak `runQualityChecks` to make sure all Android lint tasks run * Use the right check in the quality flow * Fix Norwegian translations that caused a `Typos` error
This commit is contained in:
committed by
GitHub
parent
ce738f149b
commit
28b8b4539a
2
.github/workflows/quality.yml
vendored
2
.github/workflows/quality.yml
vendored
@@ -138,7 +138,7 @@ jobs:
|
||||
- name: Build Fdroid Debug
|
||||
run: ./gradlew :app:compileFdroidDebugKotlin $CI_GRADLE_ARG_PROPERTIES
|
||||
- name: Run lint
|
||||
run: ./gradlew :app:lintGplayDebug :app:lintFdroidDebug $CI_GRADLE_ARG_PROPERTIES
|
||||
run: ./gradlew :app:lintGplayDebug :app:lintFdroidDebug lintDebug $CI_GRADLE_ARG_PROPERTIES --continue
|
||||
- name: Upload reports
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user