Skip to content

Commit 096b06f

Browse files
committed
[DATALAD] Recorded changes
1 parent ccfc2d0 commit 096b06f

File tree

3 files changed

+8
-54
lines changed

3 files changed

+8
-54
lines changed

.github/workflows/run_tests.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/run_tests_matlab.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ jobs:
2424
# MATLAB release to set up R2020a
2525
release: R2020a
2626

27-
- name: Install Moxunit and MOcov
28-
run: |
29-
git clone https://github.com/MOxUnit/MOxUnit.git --depth 1
30-
git clone https://github.com/MOcov/MOcov.git --depth 1
31-
3227
- name: Clone spm_2_bids
3328
uses: actions/checkout@v2
3429
with:
3530
submodules: true
3631
fetch-depth: 2
3732

33+
- name: Install Moxunit and MOcov
34+
run: |
35+
git clone https://github.com/MOxUnit/MOxUnit.git --depth 1
36+
git clone https://github.com/MOcov/MOcov.git --depth 1
37+
3838
- name: get bids-matlab and JSONio
3939
run: |
4040
make install_dev

.github/workflows/tests_matlab.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
root_dir = getenv('GITHUB_WORKSPACE');
55

6+
disp(root_dir)
7+
ls(root_dir)
8+
69
addpath(fullfile(root_dir, 'MOcov', 'MOcov'));
710

811
cd(fullfile(root_dir, 'MOxUnit', 'MOxUnit'));

0 commit comments

Comments
 (0)