Changing call on PHP script

This commit is contained in:
Zachary Klosko 2020-12-18 09:16:08 -05:00
parent 1d4dfbf439
commit e67bf8545d
2 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@
# Starting at repo root # Starting at repo root
cd python_apps/airtime_analyzer cd python_apps/airtime_analyzer
nosetests . -x nosetests . -x -e
cd ../api_clients cd ../api_clients
nosetests . -x nosetests . -x -e
# Reset to repo root # Reset to repo root
cd ../.. cd ../..

View File

@ -72,4 +72,4 @@ jobs:
run: | run: |
composer install --no-progress --dev composer install --no-progress --dev
cd airtime_mvc/tests cd airtime_mvc/tests
sudo bash ../../vendor/bin/phpunit php ../../vendor/bin/phpunit