Changing call on PHP script
This commit is contained in:
parent
1d4dfbf439
commit
e67bf8545d
|
@ -3,10 +3,10 @@
|
|||
# Starting at repo root
|
||||
|
||||
cd python_apps/airtime_analyzer
|
||||
nosetests . -x
|
||||
nosetests . -x -e
|
||||
|
||||
cd ../api_clients
|
||||
nosetests . -x
|
||||
nosetests . -x -e
|
||||
|
||||
# Reset to repo root
|
||||
cd ../..
|
|
@ -72,4 +72,4 @@ jobs:
|
|||
run: |
|
||||
composer install --no-progress --dev
|
||||
cd airtime_mvc/tests
|
||||
sudo bash ../../vendor/bin/phpunit
|
||||
php ../../vendor/bin/phpunit
|
Loading…
Reference in New Issue