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

Commit a52b697

Browse files
committed
Use mvn verify
1 parent eba0e3f commit a52b697

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
@@ -22,7 +22,7 @@ jobs:
2222
uses: matlab-actions/setup-matlab@v2
2323

2424
- name: Running tests
25-
run: mvn test-compile failsafe:integration-test
25+
run: mvn verify
2626
env:
2727
MATLAB_ROOT: ${{ steps.setup-matlab.outputs.matlabroot }}
2828
MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN}}

0 commit comments

Comments
 (0)