fix maven.yml
This commit is contained in:
parent
7ff83df4f3
commit
2c61f9a3e2
|
@ -13,6 +13,7 @@ jobs:
|
|||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Build with Maven
|
||||
- name: Install depended jars
|
||||
run: ./lib_install.sh
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml -Dmaven.test.skip=true
|
||||
|
|
Loading…
Reference in New Issue