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

Commit 71a7d4c

Browse files
committed
Update main.yml
1 parent 62dcd17 commit 71a7d4c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,8 @@ 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-
2115
- name: Running tests
2216
run: mvn test-compile failsafe:integration-test
2317
env:
2418
MATLAB_ROOT: ${{ steps.setup-matlab.outputs.matlabroot }}
25-
MATLAB_ROOT_22b: ${{ steps.setup-matlab-22b.outputs.matlabroot }}
2619
MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN}}

0 commit comments

Comments
 (0)