Skip to content

Commit 1facefe

Browse files
authored
#2: avoid log spam
1 parent 074830e commit 1facefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
with:
1717
java-version: '11'
1818
- name: Build project with Maven
19-
run: mvn install
19+
run: mvn -B -ntp install

0 commit comments

Comments
 (0)