Skip to content

Commit e0fb2f5

Browse files
committed
Reset ci.yml
1 parent 3ab10f5 commit e0fb2f5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,11 @@ jobs:
4242
# Econometrics_Toolbox
4343
# Deep_Learning_Toolbox
4444

45-
- name: Setup upterm session
46-
uses: lhotari/action-upterm@v1
47-
4845
# Run all the tests
4946
- name: Run SmokeTests
5047
uses: matlab-actions/run-command@v2
5148
with:
52-
command: openProject(pwd); RunAllTests; disp("FINISHED!!")
49+
command: openProject(pwd); RunAllTests;
5350

5451
# Upload the test results as artifact
5552
- name: Upload TestResults

0 commit comments

Comments
 (0)