This commit is contained in:
parent
cc39ace643
commit
71ddfbdee0
@ -19,7 +19,14 @@ jobs:
|
||||
run: echo "Install repos..."
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup .NET 7.0
|
||||
uses: actions/setup-java@v3
|
||||
- name: Setup Java
|
||||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'temurin' # See 'Supported distributions' for available options
|
||||
java-version: '21'
|
||||
- name: Build And Test
|
||||
run: |
|
||||
mvn -B verify --file pom.xml
|
||||
mvn compiler:compile
|
||||
mvn compiler:testCompile
|
||||
mvn surefire:test
|
Loading…
Reference in New Issue
Block a user