Skip to content

Commit 165a2a9

Browse files
committed
split up in multiple (parallel) build modules
1 parent f5357af commit 165a2a9

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ jobs:
1111
matrix:
1212
# The MODULE environment variable is evaluated in build-all.sh to run a subset
1313
# of the builds. This way, multiple modules can be built in parallel.
14-
module:
15-
- module1
16-
- module2
17-
- module3
18-
- module4
14+
module: [ "module1", "module2", "module3", "module4" ]
1915

2016
steps:
2117

spring-boot/starter/gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)