Skip to content

Commit e1ec558

Browse files
committed
update bat.yml with new job
1 parent 00caa09 commit e1ec558

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

.github/workflows/bat.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,22 @@ jobs:
103103
- name: Verify workflow command is added
104104
run: |
105105
grep "::group::TheTruth" output.log
106-
shell: bash
106+
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+
with:
118+
products: |
119+
Simulink
120+
- name: Run MATLAB Tests without MATLAB_Test
121+
uses: ./
122+
with:
123+
source-folder: sample
124+
code-coverage-metric-level: mcdc

0 commit comments

Comments
 (0)