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 03a17ac commit dcf5a39Copy full SHA for dcf5a39
.github/workflows/hugo.yaml
@@ -45,6 +45,16 @@ jobs:
45
with:
46
submodules: recursive
47
fetch-depth: 0
48
+ - name: Set up JDK 17
49
+ uses: actions/setup-java@v4
50
+ with:
51
+ java-version: '17'
52
+ distribution: 'temurin'
53
+ cache: maven
54
+ - name: Build test-index-processor and generate test documentation
55
+ run: |
56
+ ./mvnw clean install -DskipTests -pl test-index-processor
57
+ ./mvnw process-test-classes -DskipTests -pl operator-framework
58
- name: Setup Pages
59
id: pages
60
uses: actions/configure-pages@v5
0 commit comments