Skip to content

Commit

Permalink
fix java build
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzming committed Jan 24, 2020
1 parent 76da111 commit 82829d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- created

jobs:
build:
build java:
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand All @@ -25,4 +25,5 @@ jobs:
java-version: 1.8

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

0 comments on commit 82829d0

Please sign in to comment.