File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 49
49
run : cp -rv lib/MACS spm12/toolbox/MACS
50
50
51
51
- name : Test notebooks
52
- uses : matlab-actions/run-command@v1.2.3
52
+ uses : matlab-actions/run-command@v2.0.0
53
53
with :
54
54
command : |
55
55
root_dir = getenv('GITHUB_WORKSPACE');
Original file line number Diff line number Diff line change @@ -137,13 +137,13 @@ jobs:
137
137
138
138
- name : Run fast unit tests MATLAB
139
139
if : matrix.test_type == 'unit' && matrix.mode == 'fast'
140
- uses : matlab-actions/run-command@v1.2.3
140
+ uses : matlab-actions/run-command@v2.0.0
141
141
with :
142
142
command : cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;
143
143
144
144
- name : Run slow unit tests MATLAB
145
145
if : matrix.test_type == 'unit' && matrix.mode == 'slow'
146
- uses : matlab-actions/run-command@v1.2.3
146
+ uses : matlab-actions/run-command@v2.0.0
147
147
with :
148
148
command : cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); global SLOW; SLOW=true; run tests_matlab;
149
149
@@ -159,6 +159,6 @@ jobs:
159
159
160
160
- name : Run system tests MATLAB ${{ matrix.script }}
161
161
if : matrix.test_type == 'system'
162
- uses : matlab-actions/run-command@v1.2.3
162
+ uses : matlab-actions/run-command@v2.0.0
163
163
with :
164
164
command : cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run system_tests_${{ matrix.script }};
Original file line number Diff line number Diff line change @@ -116,13 +116,13 @@ jobs:
116
116
117
117
- name : Run fast unit tests MATLAB
118
118
if : matrix.test_type == 'unit' && matrix.mode == 'fast'
119
- uses : matlab-actions/run-command@v1.2.3
119
+ uses : matlab-actions/run-command@v2.0.0
120
120
with :
121
121
command : cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;
122
122
123
123
- name : Run slow unit tests MATLAB
124
124
if : matrix.test_type == 'unit' && matrix.mode == 'slow'
125
- uses : matlab-actions/run-command@v1.2.3
125
+ uses : matlab-actions/run-command@v2.0.0
126
126
with :
127
127
command : cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); global SLOW; SLOW=true; run tests_matlab;
128
128
@@ -138,6 +138,6 @@ jobs:
138
138
139
139
- name : Run system tests MATLAB ${{ matrix.script }}
140
140
if : matrix.test_type == 'system'
141
- uses : matlab-actions/run-command@v1.2.3
141
+ uses : matlab-actions/run-command@v2.0.0
142
142
with :
143
143
command : cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run system_tests_${{ matrix.script }};
You can’t perform that action at this time.
0 commit comments