Updating Composer dependencies
This commit is contained in:
parent
621a08dc74
commit
572a3a273c
3 changed files with 4 additions and 5 deletions
3
.github/workflows/test-all-Ubuntu.yml
vendored
3
.github/workflows/test-all-Ubuntu.yml
vendored
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue