diff --git a/.github/scripts/python-pkg-test.sh b/.github/scripts/python-pkg-test.sh index 49c5caf78..5bb2c39d8 100644 --- a/.github/scripts/python-pkg-test.sh +++ b/.github/scripts/python-pkg-test.sh @@ -3,10 +3,10 @@ # Starting at repo root cd python_apps/airtime_analyzer -nosetests . -x -e +nosetests . -x cd ../api_clients -nosetests . -x -e +nosetests . -x # Reset to repo root cd ../.. \ No newline at end of file