Skip to content

Commit 88256d5

Browse files
committed
fix system test because of cleared variable with a clear all in the script
1 parent f11fad4 commit 88256d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/system_tests_matlab.m

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

1010
run test_moae;
1111

12+
% repeat this because test_moae has a "clear all"
13+
root_dir = getenv('GITHUB_WORKSPACE');
14+
1215
cd(fullfile(root_dir, 'demos', 'face_repetition'));
1316

1417
run face_rep_resolution;

0 commit comments

Comments
 (0)