Skip to content

Commit

Permalink
Change the directory correctly when compare cbds with bfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lht97 committed Dec 20, 2024
1 parent 13f128a commit 4f9a786
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/profile_cbds_bfo_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
addpath(pwd);

% Setup bds
cd(root_dir);
setup
cd(fullfile(root_dir, 'tests', 'competitors'));
addpath(pwd);
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/profile_default_cbds_bfo_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
addpath(pwd);

% Setup bds
cd(root_dir);
setup
cd(fullfile(root_dir, 'tests', 'competitors'));
addpath(pwd);
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/profile_default_cbds_bfo_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
addpath(pwd);

% Setup bds
cd(root_dir);
setup
cd(fullfile(root_dir, 'tests', 'competitors'));
addpath(pwd);
Expand Down

0 comments on commit 4f9a786

Please sign in to comment.