Skip to content

Commit d4bbef2

Browse files
Update unit-tests.yml
1 parent 99e0a92 commit d4bbef2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
- name: Set up JDK
1717
uses: actions/setup-java@v3
1818
with:
19-
java-version:
20-
'17'
19+
java-version: '17'
2120
- name: Build and Test with Code Coverage
2221
run: |
2322
./mvnw clean test jacoco:report

0 commit comments

Comments
 (0)