Skip to content

Commit 761712b

Browse files
committed
[CI/CD] Added java setup action in testing workflow
1 parent 3e57b44 commit 761712b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20+
- uses: actions/setup-java@v5
21+
with:
22+
distribution: 'temurin'
23+
java-version: '21'
24+
2025
- name: Install uv
2126
uses: astral-sh/setup-uv@v5
2227
with:

0 commit comments

Comments
 (0)