Skip to content

Commit b4b39bb

Browse files
Sean LearySean Leary
authored andcommitted
pipeline-updates: Java 11 intermittent test failures, try not running in parallel
1 parent 77c899d commit b4b39bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
strategy:
4040
fail-fast: false
41-
max-parallel: 2
41+
max-parallel: 1
4242
matrix:
4343
# build against supported Java LTS versions:
4444
java: [ 8, 11, 17, 21 ]

0 commit comments

Comments
 (0)