There was an error while loading. Please reload this page.
1 parent 00caa09 commit e1ec558Copy full SHA for e1ec558
1 file changed
.github/workflows/bat.yml
@@ -103,4 +103,22 @@ jobs:
103
- name: Verify workflow command is added
104
run: |
105
grep "::group::TheTruth" output.log
106
- shell: bash
+ shell: bash
107
+ test-without-matlab-test:
108
+ name: Test Without Installing MATLAB_Test
109
+ needs: bat
110
+ runs-on: ubuntu-latest
111
+ steps:
112
+ - uses: actions/download-artifact@v5
113
+ with:
114
+ name: built-action
115
+ - name: Perform 'setup-matlab' without MATLAB_Test
116
+ uses: matlab-actions/setup-matlab@v2
117
118
+ products: |
119
+ Simulink
120
+ - name: Run MATLAB Tests without MATLAB_Test
121
+ uses: ./
122
123
+ source-folder: sample
124
+ code-coverage-metric-level: mcdc
0 commit comments