Skip to content

Commit d2d1988

Browse files
authored
Enable parallel execution for CI build (#299)
1 parent 91e7fa6 commit d2d1988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Run CI build
7474
env:
7575
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76-
run: ./gradlew check --configuration-cache
76+
run: ./gradlew check --configuration-cache --parallel
7777
- name: Upload build artifacts
7878
uses: actions/upload-artifact@v4
7979
id: upload-build-artifacts
@@ -129,4 +129,4 @@ jobs:
129129
- name: Publish Sonar report
130130
env:
131131
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
132-
run: ./gradlew sonar
132+
run: ./gradlew sonar

0 commit comments

Comments
 (0)