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

Commit 9e9f57c

Browse files
committed
Update test set up
1 parent 60e88f8 commit 9e9f57c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@ jobs:
1212
id: setup-matlab
1313
uses: matlab-actions/setup-matlab@v2
1414

15+
- name: Setup R2022b MATLAB
16+
id: setup-matlab-22b
17+
uses: matlab-actions/setup-matlab@v2
18+
with:
19+
release: R2022b
20+
1521
- name: Running tests
1622
run: mvn test-compile failsafe:integration-test
1723
env:
18-
MATLAB_ROOT: ${{ steps.setup-matlab.outputs.matlabroot }}
24+
MATLAB_ROOT: ${{ steps.setup-matlab.outputs.matlabroot }}
25+
MATLAB_ROOT_22b: ${{ steps.setup-matlab-22b.outputs.matlabroot }}
26+
MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN}}

0 commit comments

Comments
 (0)