Skip to content

Commit 6e104a9

Browse files
committed
changes: remove generation of javadocs from gzoltar pipeline
1 parent b95aaa1 commit 6e104a9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/integration-gzoltar.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
4646
- name: Maven offline
4747
run: |
4848
mvn -q dependency:go-offline
49-
- name: Build docs
50-
run: |
51-
mvn javadoc:jar
5249
- name: Run tests
5350
run: |
5451
TEST="" make test-gzoltar
@@ -74,7 +71,7 @@ jobs:
7471
- name: Enhance GZoltar results
7572
uses: hugofpaiva/gzoltar-feedback-action@main
7673
env:
77-
NODE_OPTIONS: "--max-old-space-size=8192"
74+
NODE_OPTIONS: "--max-old-space-size=16384"
7875
with:
7976
build-path: "/target/site/gzoltar"
8077
sfl-ranking: "[ochiai]"

0 commit comments

Comments
 (0)