We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e7fa6 commit d2d1988Copy full SHA for d2d1988
.github/workflows/gradle-build.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Run CI build
74
env:
75
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76
- run: ./gradlew check --configuration-cache
+ run: ./gradlew check --configuration-cache --parallel
77
- name: Upload build artifacts
78
uses: actions/upload-artifact@v4
79
id: upload-build-artifacts
@@ -129,4 +129,4 @@ jobs:
129
- name: Publish Sonar report
130
131
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
132
- run: ./gradlew sonar
+ run: ./gradlew sonar
0 commit comments