Updating Composer dependencies

This commit is contained in:
Zachary Klosko 2020-12-17 09:44:18 -05:00
parent 621a08dc74
commit 572a3a273c
3 changed files with 4 additions and 5 deletions

View file

@ -65,10 +65,11 @@ jobs:
run: sudo bash ./.github/scripts/install-xenial.sh
- name: Run Python tests
run: |
pip3 install --upgrade pip
sudo bash ./.github/scripts/python-pkg-install.sh
sudo bash ./.github/scripts/python-pkg-test.sh
- name: Run PHP tests
run: |
composer install --no-progress
composer install --no-progress --dev
cd airtime_mvc/tests
sudo bash ../../vendor/bin/phpunit