Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 004d7c9

Browse files
committed
Use maven in batch mode
1 parent 87dd4e6 commit 004d7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: matlab-actions/setup-matlab@v2
2424

2525
- name: Running tests
26-
run: mvn verify
26+
run: mvn --batch-mode verify
2727
env:
2828
MATLAB_ROOT: ${{ steps.setup-matlab.outputs.matlabroot }}
2929
MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN}}

0 commit comments

Comments
 (0)