Skip to content

Commit 4dfdb57

Browse files
authored
Re-enable parallel for KafkaIO precommit (#35814)
* Update beam_PreCommit_Java_Kafka_IO_Direct.yml Enable parallel for KafkaIO precommit * limit max workers * Update beam_PreCommit_Java_Kafka_IO_Direct.yml
1 parent 111c83f commit 4dfdb57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
arguments: |
101101
-PdisableSpotlessCheck=true \
102102
-PdisableCheckStyle=true \
103-
--no-parallel \
103+
max-workers: 4
104104
- name: Archive JUnit Test Results
105105
uses: actions/upload-artifact@v4
106106
if: ${{ !success() }}

0 commit comments

Comments
 (0)