Skip to content

Commit c5023cb

Browse files
authored
Add usage of matlab-actions/run-tests to test automation
1 parent 073aaa1 commit c5023cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,7 @@ jobs:
3737
run: npm ci
3838
- name: Build
3939
run: npm run compile
40-
- name: Run Unit Tests
40+
- name: Run TypeScript Unit Tests
4141
run: npm test
42+
- name: Run MATLAB Unit Tests
43+
uses: matlab-actions/[email protected]

0 commit comments

Comments
 (0)