Skip to content

Commit

Permalink
add javadoc to checks
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Florentine <justin+github@florentine.us>
  • Loading branch information
jflo committed Dec 4, 2023
1 parent f0514e4 commit 74c9b31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ jobs:
uses: ./.github/workflows/spotless.yml
compile:
runs-on: ubuntu-22.04
uses: ./.github/workflows/compile.yml
uses: ./.github/workflows/compile.yml
javadoc:
runs-on: ubuntu-22.04
uses: ./.github/workflows/javadoc.yml
8 changes: 0 additions & 8 deletions .github/workflows/javadoc.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: javadoc
on:
workflow_dispatch:
workflow_run:
workflows: [compile]
types:
- completed

env:
GRADLE_OPTS: "-Xmx6g -Dorg.gradle.daemon=false"
Expand All @@ -23,9 +19,5 @@ jobs:
distribution: adopt
java-version: 17
cache: gradle
- name: Restore classes
uses: actions/download-artifact@v3
with:
name: classes
- name: javadoc (JDK 17)
run: ./gradlew --no-daemon javadoc

0 comments on commit 74c9b31

Please sign in to comment.