Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahila committed Jan 6, 2025
1 parent 62dcd17 commit 71a7d4c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,8 @@ jobs:
id: setup-matlab
uses: matlab-actions/setup-matlab@v2

- name: Setup R2022b MATLAB
id: setup-matlab-22b
uses: matlab-actions/setup-matlab@v2
with:
release: R2022b

- name: Running tests
run: mvn test-compile failsafe:integration-test
env:
MATLAB_ROOT: ${{ steps.setup-matlab.outputs.matlabroot }}
MATLAB_ROOT_22b: ${{ steps.setup-matlab-22b.outputs.matlabroot }}
MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN}}

0 comments on commit 71a7d4c

Please sign in to comment.