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 3ab10f5 commit e0fb2f5Copy full SHA for e0fb2f5
.github/workflows/ci.yml
@@ -42,14 +42,11 @@ jobs:
42
# Econometrics_Toolbox
43
# Deep_Learning_Toolbox
44
45
- - name: Setup upterm session
46
- uses: lhotari/action-upterm@v1
47
-
48
# Run all the tests
49
- name: Run SmokeTests
50
uses: matlab-actions/run-command@v2
51
with:
52
- command: openProject(pwd); RunAllTests; disp("FINISHED!!")
+ command: openProject(pwd); RunAllTests;
53
54
# Upload the test results as artifact
55
- name: Upload TestResults
0 commit comments