Skip to content

Commit fbca772

Browse files
committed
Disable quiet mode for build workflow.
1 parent 6e3cb70 commit fbca772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
cache: maven
5959

6060
- name: Build and test
61-
run: mvn -B -q install --file pom.xml
61+
run: mvn -B install --file pom.xml

0 commit comments

Comments
 (0)