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

Commit 42a5d44

Browse files
committed
Update maven goal
1 parent db9eb7c commit 42a5d44

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
@@ -13,6 +13,6 @@ jobs:
1313
uses: matlab-actions/setup-matlab@v2
1414

1515
- name: Running tests
16-
run: mvn failsafe:integration-test
16+
run: mvn test-compile failsafe:integration-test
1717
env:
1818
MATLAB_ROOT: ${{ steps.setup-matlab.outputs.matlabroot }}

0 commit comments

Comments
 (0)