Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MAINT] Bump actions and submodules #1216

Merged
merged 4 commits into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/run_tests_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo apt-get -y install unzip wget tree

- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2.0.0
uses: matlab-actions/setup-matlab@v2.1.0
with:
# MATLAB release to set up R2020a
release: R2023a
Expand All @@ -49,7 +49,7 @@ jobs:
run: cp -rv lib/MACS spm12/toolbox/MACS

- name: Test notebooks
uses: matlab-actions/run-command@v2.0.0
uses: matlab-actions/run-command@v2.1.0
with:
command: |
root_dir = getenv('GITHUB_WORKSPACE');
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,19 +131,19 @@ jobs:
git clone https://github.com/MOcov/MOcov.git --depth 1

- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2.0.0
uses: matlab-actions/setup-matlab@v2.1.0
with:
release: ${{ matrix.matlab }}

- name: Run fast unit tests MATLAB
if: matrix.test_type == 'unit' && matrix.mode == 'fast'
uses: matlab-actions/run-command@v2.0.0
uses: matlab-actions/run-command@v2.1.0
with:
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;

- name: Run slow unit tests MATLAB
if: matrix.test_type == 'unit' && matrix.mode == 'slow'
uses: matlab-actions/run-command@v2.0.0
uses: matlab-actions/run-command@v2.1.0
with:
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); global SLOW; SLOW=true; run tests_matlab;

Expand All @@ -159,6 +159,6 @@ jobs:

- name: Run system tests MATLAB ${{ matrix.script }}
if: matrix.test_type == 'system'
uses: matlab-actions/run-command@v2.0.0
uses: matlab-actions/run-command@v2.1.0
with:
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run system_tests_${{ matrix.script }};
8 changes: 4 additions & 4 deletions .github/workflows/tests_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,19 @@ jobs:
git clone https://github.com/MOcov/MOcov.git --depth 1

- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2.0.0
uses: matlab-actions/setup-matlab@v2.1.0
with:
release: ${{ matrix.matlab }}

- name: Run fast unit tests MATLAB
if: matrix.test_type == 'unit' && matrix.mode == 'fast'
uses: matlab-actions/run-command@v2.0.0
uses: matlab-actions/run-command@v2.1.0
with:
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;

- name: Run slow unit tests MATLAB
if: matrix.test_type == 'unit' && matrix.mode == 'slow'
uses: matlab-actions/run-command@v2.0.0
uses: matlab-actions/run-command@v2.1.0
with:
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); global SLOW; SLOW=true; run tests_matlab;

Expand All @@ -138,6 +138,6 @@ jobs:

- name: Run system tests MATLAB ${{ matrix.script }}
if: matrix.test_type == 'system'
uses: matlab-actions/run-command@v2.0.0
uses: matlab-actions/run-command@v2.1.0
with:
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run system_tests_${{ matrix.script }};
2 changes: 1 addition & 1 deletion lib/octache
2 changes: 1 addition & 1 deletion lib/spm_2_bids
Loading