File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 3333 AWS_REGION : us-east-1
3434 run : |
3535 chmod 755 build-all.sh && ./build-all.sh $MODULE
36+
37+ - name : " Zip build reports"
38+ if : failure()
39+ run : zip -r reports.zip **/build/reports
40+
41+ - uses : actions/upload-artifact@v1
42+ name : " Upload build reports"
43+ if : failure()
44+ with :
45+ name : reports
46+ path : reports.zip
Original file line number Diff line number Diff line change 8787 # ADD NEW MODULES HERE
8888 # (add new modules above the rest so you get quicker feedback if it fails)
8989
90+ build_gradle_module " spring-boot/cache"
9091 build_gradle_module " spring-boot/bean-lifecycle"
9192 build_gradle_module " spring-boot/request-response/client"
9293 build_gradle_module " spring-boot/request-response/server"
9394 build_gradle_module " spring-boot/hazelcast/hazelcast-embedded-cache"
9495 build_gradle_module " spring-boot/hazelcast/hazelcast-client-server"
95- build_gradle_module " spring-boot/cache"
9696
9797 echo " "
9898 echo " +++"
You can’t perform that action at this time.
0 commit comments