Skip to content

Commit 9e90a40

Browse files
committed
adds distribution to tests
1 parent fff1d5b commit 9e90a40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
- uses: actions/checkout@v4
88
- uses: actions/setup-java@v3
99
with:
10-
java-version: '21'
10+
java-version: 'jbr21'
11+
distribution: jetbrains
1112
- name: Validate Gradle wrapper
1213
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3
1314
- name: Run the Gradle package task

0 commit comments

Comments
 (0)