Skip to content

Commit 7a0d6fb

Browse files
committed
chore: workflow should use batch mode
1 parent 4a27fbf commit 7a0d6fb

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
@@ -21,6 +21,6 @@ jobs:
2121
distribution: 'temurin'
2222
- name: Run build
2323
run: |
24-
mvn install -PtestJakarta
24+
mvn -B install -PtestJakarta
2525
2626

0 commit comments

Comments
 (0)