We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65dc1c commit 5043b7bCopy full SHA for 5043b7b
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
28
- name: Install MATLAB
29
- uses: matlab-actions/setup-matlab@v1
+ uses: matlab-actions/setup-matlab@v2
30
with:
31
release: ${{ matrix.release }}
32
@@ -35,12 +35,12 @@ jobs:
35
- name: Run Matlab tests (buildtool)
36
if: ${{ matrix.release >= 'R2022b' }}
37
timeout-minutes: 10
38
- uses: matlab-actions/run-build@v1
+ uses: matlab-actions/run-build@v2
39
40
- name: Run tests (manual)
41
if: ${{ matrix.release < 'R2022b' }}
42
43
- uses: matlab-actions/run-tests@v1
+ uses: matlab-actions/run-tests@v2
44
45
strict: true
46
select-by-folder: test
0 commit comments