We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3092c84 commit f4c391fCopy full SHA for f4c391f
1 file changed
.github/workflows/e2e-test.yml
@@ -41,7 +41,16 @@ jobs:
41
github token: ${{ secrets.GITHUB_TOKEN }}
42
driver: docker
43
44
+ - name: Set up Java and Maven
45
+ if: matrix.sample != 'sample-operators/operations'
46
+ uses: actions/setup-java@v5
47
+ with:
48
+ java-version: 25
49
+ distribution: temurin
50
+ cache: 'maven'
51
+
52
- name: Set up GraalVM
53
+ if: matrix.sample == 'sample-operators/operations'
54
uses: graalvm/setup-graalvm@v1
55
with:
56
java-version: '25'
0 commit comments