Skip to content

Commit aa16c5b

Browse files
committed
Testing CI workflows
1 parent ce5738a commit aa16c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Run SmokeTests
4848
uses: matlab-actions/run-command@v2
4949
with:
50-
command: openProject(pwd); RunAllTests;
50+
command: openProject(pwd); RunAllTests; disp("FINISHED!!")
5151

5252
# Upload the test results as artifact
5353
- name: Upload TestResults

0 commit comments

Comments
 (0)