Skip to content

Commit

Permalink
chore(ci): Revert to single threaded test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Jan 8, 2025
1 parent a988c5e commit eae8054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
jbang --version
./mvnw --no-transfer-progress -T1C install
./mvnw --no-transfer-progress install
2 changes: 1 addition & 1 deletion .github/workflows/lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
jbang --version
./mvnw --no-transfer-progress -T1C -Djava.version=${{ matrix.version }} install
./mvnw --no-transfer-progress -Djava.version=${{ matrix.version }} install

0 comments on commit eae8054

Please sign in to comment.