Reaching brink of insanity

This commit is contained in:
Zachary Klosko 2020-12-17 10:15:09 -05:00
parent b2e34e6bb1
commit 0f1da44a87
1 changed files with 6 additions and 9 deletions

View File

@ -65,14 +65,11 @@ jobs:
run: sudo bash ./.github/scripts/install-xenial.sh
- name: Run Python tests
run: |
pip3 install --upgrade pip
pip install --upgrade pip
sudo bash ./.github/scripts/python-pkg-install.sh
sudo bash ./.github/scripts/python-pkg-test.sh
- name: Install PHP dependencies
run: composer install --no-progress --dev
- name: PHPUnit tests
uses: php-actions/phpunit@v1
with:
php_version: '7.0'
configuration: 'airtime_mvc/tests/phpunit.xml'
bootstrap: 'airtime_mvc/tests/application/bootstrap.php'
- name: Run PHP tests
run: |
composer install --no-progress --dev
cd airtime_mvc/tests
sudo bash ../../vendor/bin/phpunit