Skip to content

Commit

Permalink
pipeline-updates: Java 11 intermittent test failures, try not running…
Browse files Browse the repository at this point in the history
… in parallel
  • Loading branch information
Sean Leary authored and Sean Leary committed Feb 18, 2024
1 parent 77c899d commit b4b39bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 2
max-parallel: 1
matrix:
# build against supported Java LTS versions:
java: [ 8, 11, 17, 21 ]
Expand Down

0 comments on commit b4b39bb

Please sign in to comment.