Skip to content

Commit c6e75a5

Browse files
committed
Run GH Action build using parallel flag
1 parent 80c60ad commit c6e75a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle_cipr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- name: Grant execute permission for gradlew
2727
run: chmod +x gradlew
2828
- name: Run cipr task
29-
run: ./gradlew cipr --continue
29+
run: ./gradlew cipr --continue --parallel

0 commit comments

Comments
 (0)