Skip to content

Commit

Permalink
Run install for JavaDoc check (Gradle needs SROAI deps in .m2/repo)
Browse files Browse the repository at this point in the history
Also, removes cache saving from the JavaDoc check

Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar committed May 18, 2023
1 parent 5b7a92f commit 4a5078e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,10 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

- name: generate javadocs
run: mvn -B package javadoc:javadoc -DskipTests
run: mvn -B install javadoc:javadoc -DskipTests

tck-reporting:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4a5078e

Please sign in to comment.