From 4f9a78613ce7aa12e6f25d0a2d7654d5fd0fe619 Mon Sep 17 00:00:00 2001 From: Lht97 Date: Fri, 20 Dec 2024 15:24:42 +0800 Subject: [PATCH] Change the directory correctly when compare cbds with bfo --- .github/workflows/profile_cbds_bfo_small.yml | 1 + .github/workflows/profile_default_cbds_bfo_big.yml | 1 + .github/workflows/profile_default_cbds_bfo_small.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/profile_cbds_bfo_small.yml b/.github/workflows/profile_cbds_bfo_small.yml index 3596942..6126622 100644 --- a/.github/workflows/profile_cbds_bfo_small.yml +++ b/.github/workflows/profile_cbds_bfo_small.yml @@ -84,6 +84,7 @@ jobs: addpath(pwd); % Setup bds + cd(root_dir); setup cd(fullfile(root_dir, 'tests', 'competitors')); addpath(pwd); diff --git a/.github/workflows/profile_default_cbds_bfo_big.yml b/.github/workflows/profile_default_cbds_bfo_big.yml index 7421f68..dfe5a44 100644 --- a/.github/workflows/profile_default_cbds_bfo_big.yml +++ b/.github/workflows/profile_default_cbds_bfo_big.yml @@ -84,6 +84,7 @@ jobs: addpath(pwd); % Setup bds + cd(root_dir); setup cd(fullfile(root_dir, 'tests', 'competitors')); addpath(pwd); diff --git a/.github/workflows/profile_default_cbds_bfo_small.yml b/.github/workflows/profile_default_cbds_bfo_small.yml index c5391f6..e18a61f 100644 --- a/.github/workflows/profile_default_cbds_bfo_small.yml +++ b/.github/workflows/profile_default_cbds_bfo_small.yml @@ -84,6 +84,7 @@ jobs: addpath(pwd); % Setup bds + cd(root_dir); setup cd(fullfile(root_dir, 'tests', 'competitors')); addpath(pwd);