Skip to content

Commit e601907

Browse files
Bump matlab-actions/run-command from 2.1.1 to 2.3.0 (#1379)
Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 2.1.1 to 2.3.0. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](matlab-actions/run-command@v2.1.1...v2.3.0) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af9ff31 commit e601907

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/run_tests_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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');

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }};

.github/workflows/tests_windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }};

0 commit comments

Comments
 (0)