Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 86b53e0

Browse files
author
Corneil du Plessis
authored
Ensure 1 thread in Maven
1 parent ee4e71a commit 86b53e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55

66
env:
7-
MAVEN_THREADS: '-T 2'
7+
MAVEN_THREADS: '-T 1'
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)