From 2f392fc5d34b734620763dd94b3e1b8418168ac7 Mon Sep 17 00:00:00 2001 From: Eriq Augustine Date: Tue, 26 Sep 2023 16:37:04 -0500 Subject: [PATCH] Working on fixing CI for windows. --- .ci/run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/run.sh b/.ci/run.sh index 06c93241..e5dec8a9 100755 --- a/.ci/run.sh +++ b/.ci/run.sh @@ -23,7 +23,8 @@ function main() { # TEST # python3 "${BASE_DIR}/run_tests.py" - python3 "../run_tests.py" + # python3 "../run_tests.py" + python3 "${BASE_DIR}/run_tests.py" ((error_count += $?)) if [[ ${error_count} -gt 0 ]] ; then