We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95aaa1 commit 6e104a9Copy full SHA for 6e104a9
.github/workflows/integration-gzoltar.yml
@@ -46,9 +46,6 @@ jobs:
46
- name: Maven offline
47
run: |
48
mvn -q dependency:go-offline
49
- - name: Build docs
50
- run: |
51
- mvn javadoc:jar
52
- name: Run tests
53
54
TEST="" make test-gzoltar
@@ -74,7 +71,7 @@ jobs:
74
71
- name: Enhance GZoltar results
75
72
uses: hugofpaiva/gzoltar-feedback-action@main
76
73
env:
77
- NODE_OPTIONS: "--max-old-space-size=8192"
+ NODE_OPTIONS: "--max-old-space-size=16384"
78
with:
79
build-path: "/target/site/gzoltar"
80
sfl-ranking: "[ochiai]"
0 commit comments