mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-02 04:06:51 +01:00
Gradle daemon does not stop to get killed, try to split lint check in 2 steps
This commit is contained in:
parent
036521af94
commit
b77475a3d9
3
.github/workflows/quality.yml
vendored
3
.github/workflows/quality.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user