Skip to content

Commit c69570f

Browse files
committed
mvn install seems to work better
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 85541d5 commit c69570f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
uses: actions/setup-java@v1
3737
with:
3838
java-version: ${{ matrix.jdk }}
39-
- name: Compile
39+
- name: Install
4040
# download dependencies, etc, so test log looks better
41-
run: mvn -B package
41+
run: mvn -B install
4242

4343

0 commit comments

Comments
 (0)