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

Commit 6acb5fa

Browse files
authored
Update main.yml
1 parent 3df9592 commit 6acb5fa

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
run-tests-job:
55
strategy:
66
matrix:
7-
os: [ubuntu-latest, windows-latest, macos-latest]
7+
os: [windows-latest]
88
name: Run System tests
99
runs-on: ${{ matrix.os }}
1010
steps:
@@ -23,7 +23,10 @@ jobs:
2323
uses: matlab-actions/setup-matlab@v2
2424

2525
- name: Running tests
26-
run: mvn verify
26+
run: |
27+
set -e
28+
mvn --batch-mode verify
29+
echo "Maven exit code: $?"
2730
env:
2831
MATLAB_ROOT: ${{ steps.setup-matlab.outputs.matlabroot }}
29-
MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN}}
32+
MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN}}

0 commit comments

Comments
 (0)