Skip to content

Commit f4c391f

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 3092c84 commit f4c391f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,16 @@ jobs:
4141
github token: ${{ secrets.GITHUB_TOKEN }}
4242
driver: docker
4343

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+
4452
- name: Set up GraalVM
53+
if: matrix.sample == 'sample-operators/operations'
4554
uses: graalvm/setup-graalvm@v1
4655
with:
4756
java-version: '25'

0 commit comments

Comments
 (0)