We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5738a commit aa16c5bCopy full SHA for aa16c5b
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Run SmokeTests
48
uses: matlab-actions/run-command@v2
49
with:
50
- command: openProject(pwd); RunAllTests;
+ command: openProject(pwd); RunAllTests; disp("FINISHED!!")
51
52
# Upload the test results as artifact
53
- name: Upload TestResults
0 commit comments