Gradle daemon does not stop to get killed, try to split lint check in 2 steps

This commit is contained in:
Benoit Marty 2022-07-28 09:20:25 +02:00 committed by Benoit Marty
parent 036521af94
commit b77475a3d9

View file

@ -51,7 +51,8 @@ jobs:
- name: Run lint
# Not always, if ktlint or detekt fail, avoid running the long lint check.
run: |
./gradlew lintGplayRelease lintFdroidRelease --stacktrace $CI_GRADLE_ARG_PROPERTIES
./gradlew lintGplayRelease --stacktrace $CI_GRADLE_ARG_PROPERTIES
./gradlew lintFdroidRelease --stacktrace $CI_GRADLE_ARG_PROPERTIES
- name: Upload reports
if: always()
uses: actions/upload-artifact@v3