Reaching brink of insanity
This commit is contained in:
parent
b2e34e6bb1
commit
0f1da44a87
|
@ -65,14 +65,11 @@ jobs:
|
||||||
run: sudo bash ./.github/scripts/install-xenial.sh
|
run: sudo bash ./.github/scripts/install-xenial.sh
|
||||||
- name: Run Python tests
|
- name: Run Python tests
|
||||||
run: |
|
run: |
|
||||||
pip3 install --upgrade pip
|
pip install --upgrade pip
|
||||||
sudo bash ./.github/scripts/python-pkg-install.sh
|
sudo bash ./.github/scripts/python-pkg-install.sh
|
||||||
sudo bash ./.github/scripts/python-pkg-test.sh
|
sudo bash ./.github/scripts/python-pkg-test.sh
|
||||||
- name: Install PHP dependencies
|
- name: Run PHP tests
|
||||||
run: composer install --no-progress --dev
|
run: |
|
||||||
- name: PHPUnit tests
|
composer install --no-progress --dev
|
||||||
uses: php-actions/phpunit@v1
|
cd airtime_mvc/tests
|
||||||
with:
|
sudo bash ../../vendor/bin/phpunit
|
||||||
php_version: '7.0'
|
|
||||||
configuration: 'airtime_mvc/tests/phpunit.xml'
|
|
||||||
bootstrap: 'airtime_mvc/tests/application/bootstrap.php'
|
|
Loading…
Reference in New Issue