Skip to content

Commit 82829d0

Browse files
committed
fix java build
1 parent 76da111 commit 82829d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- created
1212

1313
jobs:
14-
build:
14+
build java:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out code
@@ -25,4 +25,5 @@ jobs:
2525
java-version: 1.8
2626

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

0 commit comments

Comments
 (0)