Changing call on PHP script
This commit is contained in:
parent
1d4dfbf439
commit
e67bf8545d
|
@ -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 ../..
|
|
@ -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
|
Loading…
Reference in New Issue