Skip to content

Commit 2797ccc

Browse files
committed
rely on bids matlab is_github_ci function
1 parent 48b35a0 commit 2797ccc

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

tests/test_copyAtlasToSpmDir.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
function test_copyAtlasToSpmDir_basic()
1111

12-
if isGithubCi()
12+
if bids.internal.is_github_ci()
1313
return
1414
end
1515

@@ -27,7 +27,7 @@ function test_copyAtlasToSpmDir_basic()
2727

2828
function test_copyAtlasToSpmDir_HPCex()
2929

30-
if isGithubCi()
30+
if bids.internal.is_github_ci()
3131
return
3232
end
3333

tests/test_getLookUpTable.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function test_lut_wang()
2323

2424
function test_lut_anat_tb()
2525

26-
if ~isGithubCi
26+
if ~bids.internal.is_github_ci()
2727

2828
lut = getLookUpTable('anatomy_toobox');
2929

tests/utils/isGithubCi.m

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

0 commit comments

Comments
 (0)