mirror of https://github.com/qos-ch/slf4j
mvn install seems to work better
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
This commit is contained in:
parent
85541d5669
commit
c69570fc51
|
|
@ -36,8 +36,8 @@ jobs:
|
|||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: ${{ matrix.jdk }}
|
||||
- name: Compile
|
||||
- name: Install
|
||||
# download dependencies, etc, so test log looks better
|
||||
run: mvn -B package
|
||||
run: mvn -B install
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue