Skip to content

Commit 4aa8584

Browse files
committed
remove continue-on-error
1 parent 65844ad commit 4aa8584

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/bat.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,11 @@ jobs:
4141
Simulink_Test
4242
Simulink_Coverage
4343
- name: Run MATLAB Tests with job summary disabled
44-
continue-on-error: true
4544
uses: ./
4645
with:
4746
source-folder: sample
4847
generate-summary: false
4948
- name: Run MATLAB Tests
50-
continue-on-error: true
5149
uses: ./
5250
with:
5351
source-folder: sample
@@ -71,7 +69,6 @@ jobs:
7169
- name: Set up diary for logging
7270
run: echo 'diary console.log' >> startup.m
7371
- name: Run run-test command
74-
continue-on-error: true
7572
uses: ./
7673
with:
7774
test-results-simulink-test: test-results/simulinktest.mldatx

0 commit comments

Comments
 (0)