Skip to content

Commit

Permalink
Ensure 1 thread in Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Jan 10, 2024
1 parent ee4e71a commit 86b53e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

env:
MAVEN_THREADS: '-T 2'
MAVEN_THREADS: '-T 1'

jobs:
build:
Expand Down

0 comments on commit 86b53e0

Please sign in to comment.