Skip to content

Commit

Permalink
Skip Javadoc generation for Maven checks
Browse files Browse the repository at this point in the history
It is not needed to verify Javadoc generation for these checks,
and they cause the Github Actions jobs to run out of disk space.
  • Loading branch information
tdcmeehan authored and swapsmagic committed Oct 6, 2023
1 parent 13952e2 commit ed0c6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
- name: Maven Checks
run: |
export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}"
./mvnw install -B -V -T C1 -DskipTests -P ci -pl '!presto-test-coverage'
./mvnw install -B -V -T C1 -DskipTests -Dmaven.javadoc.skip=true -P ci -pl '!presto-test-coverage,!:presto-server'
- name: Clean Maven Output
run: ./mvnw clean -pl '!:presto-server,!:presto-cli,!presto-test-coverage'

0 comments on commit ed0c6e7

Please sign in to comment.