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 29b20cb commit 8710496
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ function main() {
echo "TEST"
echo "${THIS_DIR}"
echo python3 "${BASE_DIR}/run_tests.py"
ls -l "${BASE_DIR}/run_tests.py"
pwd
echo "---------"

# TEST
# python3 "${BASE_DIR}/run_tests.py"
python3 run_tests.py
python3 "../run_tests.py"
((error_count += $?))

if [[ ${error_count} -gt 0 ]] ; then
Expand Down

0 comments on commit 8710496

Please sign in to comment.