Changing call on PHP script
This commit is contained in:
parent
1d4dfbf439
commit
e67bf8545d
4
.github/scripts/python-pkg-test.sh
vendored
4
.github/scripts/python-pkg-test.sh
vendored
@ -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 ../..
|
||||
2
.github/workflows/test-all-Ubuntu.yml
vendored
2
.github/workflows/test-all-Ubuntu.yml
vendored
@ -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…
x
Reference in New Issue
Block a user