Skip to content

Commit 939216b

Browse files
committed
update bat.yml
1 parent ae8ee9e commit 939216b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bat.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,14 @@ jobs:
112112
- uses: actions/download-artifact@v8
113113
with:
114114
name: built-action
115-
- name: Perform 'setup-matlab' without MATLAB Test
115+
- name: Perform 'setup-matlab' without MATLAB Test
116116
uses: matlab-actions/setup-matlab@v3
117117
- name: Run MATLAB Tests # Test Case 1: Without MATLAB Test, no view is shown
118118
uses: ./
119119
with:
120120
source-folder: sample
121121
code-coverage-metric-level: mcdc
122-
- name: Perform 'setup-matlab' with MATLAB Test
122+
- name: Perform 'setup-matlab' with MATLAB Test
123123
uses: matlab-actions/setup-matlab@v3
124124
with:
125125
products: |
@@ -143,4 +143,4 @@ jobs:
143143
- name: Run MATLAB Tests # Test Case 3: With MATLAB Test, and only code-coverage-metric-level option, view is shown.
144144
uses: ./
145145
with:
146-
code-coverage-metric-level: mcdc
146+
code-coverage-metric-level: mcdc

0 commit comments

Comments
 (0)