Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit 7ec530e

Browse files
Make Java builds sequential, to prevent client tests from failing when using the API at the same time.
1 parent cfa3287 commit 7ec530e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
java: [ '11', '17' ]
19+
max-parallel: 1
1920

2021
steps:
2122
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)