Skip to content

Commit 01ce11a

Browse files
authored
Include maven version
1 parent 2c558de commit 01ce11a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@ jobs:
2727
with:
2828
java-version: '17'
2929
distribution: 'temurin'
30+
- name: Maven Version
31+
run: mvn --version
3032
- name: Test
3133
run: mvn test --file pom.xml

0 commit comments

Comments
 (0)