drop Python tests on xenial
This commit is contained in:
parent
e63fa940df
commit
c7c62b1268
|
@ -44,16 +44,13 @@ jobs:
|
||||||
composer install --no-progress --dev
|
composer install --no-progress --dev
|
||||||
cd airtime_mvc/tests
|
cd airtime_mvc/tests
|
||||||
php ../../vendor/bin/phpunit
|
php ../../vendor/bin/phpunit
|
||||||
test-xenial:
|
test-xenial-php:
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-16.04
|
||||||
env:
|
env:
|
||||||
ENVIRONMENT: testing
|
ENVIRONMENT: testing
|
||||||
LIBRETIME_LOG_DIR: /tmp/log/libretime
|
LIBRETIME_LOG_DIR: /tmp/log/libretime
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v2
|
|
||||||
with:
|
|
||||||
python-version: '3.5'
|
|
||||||
- name: Setup PostgreSQL
|
- name: Setup PostgreSQL
|
||||||
run: |
|
run: |
|
||||||
sudo systemctl start postgresql.service
|
sudo systemctl start postgresql.service
|
||||||
|
@ -68,11 +65,6 @@ jobs:
|
||||||
php-version: '7.0'
|
php-version: '7.0'
|
||||||
- name: Install prerequisites
|
- name: Install prerequisites
|
||||||
run: sudo -E ./.github/scripts/install-xenial.sh
|
run: sudo -E ./.github/scripts/install-xenial.sh
|
||||||
- name: Run Python tests
|
|
||||||
run: |
|
|
||||||
pip3 install --upgrade pip
|
|
||||||
sudo ./.github/scripts/python-pkg-install.sh
|
|
||||||
./.github/scripts/python-pkg-test.sh
|
|
||||||
- name: Run PHP tests
|
- name: Run PHP tests
|
||||||
run: |
|
run: |
|
||||||
echo "::group::Install PHP dependencies"
|
echo "::group::Install PHP dependencies"
|
||||||
|
|
Loading…
Reference in New Issue