Adding back PHP tests (I think)

This commit is contained in:
Zachary Klosko 2020-12-16 13:39:50 -05:00 committed by Zachary Klosko
parent 2adf947148
commit 488a611440
1 changed files with 2 additions and 1 deletions

View File

@ -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: