Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Update master-build.yml
Browse files Browse the repository at this point in the history
Add javadoc:aggregate to master pr build Github Action
  • Loading branch information
lewismc committed Oct 12, 2020
1 parent f8a476a commit 37e2121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master-build.yml
Expand Up @@ -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

0 comments on commit 37e2121

Please sign in to comment.