File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 16
16
workflow_dispatch :
17
17
18
18
jobs :
19
- build-and-test :
19
+ typescript- build-and-test :
20
20
name : ${{ matrix.os }}-${{ matrix.node-version }}
21
21
runs-on : ${{ matrix.os }}
22
22
23
23
strategy :
24
+ fail-fast : false
24
25
matrix :
25
26
node-version : [18.x, 20.x, 22.x]
26
27
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
39
40
run : npm run compile
40
41
- name : Run TypeScript Unit Tests
41
42
run : npm test
43
+
44
+ matlab-test :
45
+ name : ${{ matrix.matlab-version }}-${{ matrix.os }}
46
+ runs-on : ${{ matrix.os }}
47
+ strategy :
48
+ fail-fast : false
49
+ matrix :
50
+ matlab-version : [R2021b, R2022a, R2022b, latest]
51
+ os : [windows-latest, ubuntu-latest, macos-13]
52
+ steps :
42
53
- name : Set up MATLAB
43
54
uses : matlab-actions/setup-matlab@v2.2.0
44
55
- name : Run MATLAB Unit Tests
You can’t perform that action at this time.
0 commit comments