Adding back PHP tests (I think)
This commit is contained in:
parent
2adf947148
commit
488a611440
|
@ -19,7 +19,8 @@ jobs:
|
|||
python-version: '3.6'
|
||||
- run: ENVIRONMENT=testing && LIBRETIME_LOG_DIR=/tmp/log/libretime
|
||||
- run: sudo bash ./.github/scripts/install.sh
|
||||
# - run: sudo composer install
|
||||
- run: sudo composer install
|
||||
- run: cd airtime_mvc/tests && sudo bash ../../vendor/bin/phpunit
|
||||
- run: sudo bash ./.github/scripts/python-pkg-install.sh
|
||||
- run: sudo bash ./.github/scripts/python-pkg-test.sh
|
||||
# test-xenial:
|
||||
|
|
Loading…
Reference in New Issue