Skip to content

Commit fc7e92f

Browse files
authored
Update ci.yml
1 parent 1756e93 commit fc7e92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
# Run all the tests
4545
- name: Run SmokeTests
4646
uses: matlab-actions/run-command@v2
47-
continue-on-error: true
4847
with:
4948
command: openProject(pwd); RunAllTests;
5049

5150
# Upload the test results as artifact
5251
- name: Upload TestResults
52+
if: ${{ always() }}
5353
uses: actions/upload-artifact@v4
5454
with:
5555
name: TestResults_${{ matrix.MATLABVersion }}

0 commit comments

Comments
 (0)