Skip to content

Commit 143b12a

Browse files
committed
Updated matlab.yml to upload artifacts
1 parent a36f627 commit 143b12a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/matlab.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@ jobs:
4141
# with:
4242
# tasks: test
4343

44+
- name: Upload test results
45+
if: always()
46+
uses: actions/upload-artifact@v4
47+
with:
48+
name: test-results
49+
path: |
50+
testresults.html
51+
coverageresults.html
52+
4453
# Alternatively, run MATLAB scripts, functions, and statements.
4554
# - name: Run MATLAB command
4655
# uses: matlab-actions/run-command@v2

0 commit comments

Comments
 (0)