This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git
The following commit(s) were added to refs/heads/master by this push:
new 37e2121 Update master-build.yml
37e2121 is described below
commit 37e21217855fbbf05b7f7fff9e1db597d737c49c
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Sun Oct 11 19:13:48 2020 -0700
Update master-build.yml
Add javadoc:aggregate to master pr build Github Action
---
.github/workflows/master-build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/master-build.yml
b/.github/workflows/master-build.yml
index 97b699b..132edfb 100644
--- a/.github/workflows/master-build.yml
+++ b/.github/workflows/master-build.yml
@@ -38,4 +38,4 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
- run: mvn clean formatter:validate test
+ run: mvn clean formatter:validate javadoc:aggregate test