Skip to content

Commit 3a2794a

Browse files
authored
Set up MATLAB prior to running tests in test action
1 parent c5023cb commit 3a2794a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,7 @@ jobs:
3939
run: npm run compile
4040
- name: Run TypeScript Unit Tests
4141
run: npm test
42+
- name: Set up MATLAB
43+
uses: matlab-actions/[email protected]
4244
- name: Run MATLAB Unit Tests
4345
uses: matlab-actions/[email protected]

0 commit comments

Comments
 (0)