Skip to content

Commit

Permalink
fix java build in maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzming committed Jan 24, 2020
1 parent 82829d0 commit c90eda4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
java-version: 1.8

- name: Build with Maven
cd ./java
run: mvn -B package --file pom.xml
run: |
cd ./java
mvn -B package --file pom.xml

0 comments on commit c90eda4

Please sign in to comment.