Skip to content

Commit b176f6f

Browse files
committed
github actions mvn install removed skiptests
1 parent 094b242 commit b176f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: mvn dependency:resolve
2525

2626
- name: Maven install
27-
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -e > output.txt
27+
run: mvn install -Dmaven.javadoc.skip=true -B -V -e > output.txt
2828

2929
- name: Print logs
3030
if: ${{ always() }}

0 commit comments

Comments
 (0)