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 4646 git clone https://github.com/spm/spm12.git --depth 1
4747
4848 - name : Test notebooks
49- uses : matlab-actions/run-command@v2.1.1
49+ uses : matlab-actions/run-command@v2.3.0
5050 with :
5151 command : |
5252 root_dir = getenv('GITHUB_WORKSPACE');
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 release : ${{ matrix.matlab }}
114114
115115 - name : Run fast unit tests MATLAB
116- uses : matlab-actions/run-command@v2.1.1
116+ uses : matlab-actions/run-command@v2.3.0
117117 with :
118118 command : cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;
119119
@@ -208,7 +208,7 @@ jobs:
208208 release : ${{ matrix.matlab }}
209209
210210 - name : Run slow unit tests MATLAB
211- uses : matlab-actions/run-command@v2.1.1
211+ uses : matlab-actions/run-command@v2.3.0
212212 with :
213213 command : cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); global SLOW; SLOW=true; run tests_matlab;
214214
@@ -304,6 +304,6 @@ jobs:
304304 release : ${{ matrix.matlab }}
305305
306306 - name : Run system tests MATLAB ${{ matrix.script }}
307- uses : matlab-actions/run-command@v2.1.1
307+ uses : matlab-actions/run-command@v2.3.0
308308 with :
309309 command : cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run system_tests_${{ matrix.script }};
Original file line number Diff line number Diff line change @@ -113,13 +113,13 @@ jobs:
113113
114114 - name : Run fast unit tests MATLAB
115115 if : matrix.test_type == 'unit' && matrix.mode == 'fast'
116- uses : matlab-actions/run-command@v2.1.1
116+ uses : matlab-actions/run-command@v2.3.0
117117 with :
118118 command : cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;
119119
120120 - name : Run slow unit tests MATLAB
121121 if : matrix.test_type == 'unit' && matrix.mode == 'slow'
122- uses : matlab-actions/run-command@v2.1.1
122+ uses : matlab-actions/run-command@v2.3.0
123123 with :
124124 command : cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); global SLOW; SLOW=true; run tests_matlab;
125125
@@ -135,6 +135,6 @@ jobs:
135135
136136 - name : Run system tests MATLAB ${{ matrix.script }}
137137 if : matrix.test_type == 'system'
138- uses : matlab-actions/run-command@v2.1.1
138+ uses : matlab-actions/run-command@v2.3.0
139139 with :
140140 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