Skip to content

Commit f6fa47c

Browse files
committed
Disable parallel builds in fast CI to fix intermittent Kotlin compiler errors
1 parent 151a603 commit f6fa47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fast-continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Build all modules with unit tests
3838
run: |
39-
./mvnw -T 1C --batch-mode --update-snapshots clean install
39+
./mvnw --batch-mode --update-snapshots clean install
4040
4141
- name: Upload Maven repository
4242
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)