VIVO-1960: GitHub Actions Continued (#211)
* run tests during CI build * build CI use java 11 Follow-on to: https://jira.lyrasis.org/browse/VIVO-1960
This commit is contained in:
parent
06d9f5d333
commit
28188e9719
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 11
|
||||||
|
|
||||||
- name: Maven Build
|
- name: Maven Build
|
||||||
run: mvn clean package -Dmaven.test.skip=false
|
run: mvn clean install
|
||||||
|
|
Loading…
Add table
Reference in a new issue