Skip to content

Commit

Permalink
Working on fixing CI for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Sep 26, 2023
1 parent 8710496 commit 2f392fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f392fc

Please sign in to comment.