mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Limit parallel Gradle tasks
This commit is contained in:
parent
86663ec073
commit
c093b3476f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/quality.yml
vendored
2
.github/workflows/quality.yml
vendored
|
@ -118,7 +118,7 @@ jobs:
|
|||
- name: Lint analysis
|
||||
run: ./gradlew clean :vector:lint --stacktrace
|
||||
- name: Dependency analysis
|
||||
run: ./gradlew buildHealth
|
||||
run: ./gradlew buildHealth --max-workers=1
|
||||
- name: Upload reports
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Reference in a new issue