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.
matlab-actions/run-tests
1 parent 073aaa1 commit c5023cbCopy full SHA for c5023cb
.github/workflows/test.yml
@@ -37,5 +37,7 @@ jobs:
37
run: npm ci
38
- name: Build
39
run: npm run compile
40
- - name: Run Unit Tests
+ - name: Run TypeScript Unit Tests
41
run: npm test
42
+ - name: Run MATLAB Unit Tests
43
+ uses: matlab-actions/[email protected]
0 commit comments