mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[core] Re-enable phpunit tests (#2393)
This commit is contained in:
parent
197149d90b
commit
35b905c074
25
.github/workflows/tests.yml
vendored
25
.github/workflows/tests.yml
vendored
@ -7,19 +7,18 @@ on:
|
|||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# TODO: return back when fixed https://github.com/RSS-Bridge/rss-bridge/issues/2391
|
phpunit7:
|
||||||
# phpunit7:
|
runs-on: ubuntu-20.04
|
||||||
# runs-on: ubuntu-20.04
|
strategy:
|
||||||
# strategy:
|
matrix:
|
||||||
# matrix:
|
php-versions: ['7.1', '7.2', '7.3']
|
||||||
# php-versions: ['7.1', '7.2', '7.3']
|
steps:
|
||||||
# steps:
|
- uses: actions/checkout@v2
|
||||||
# - uses: actions/checkout@v2
|
- uses: shivammathur/setup-php@v2
|
||||||
# - uses: shivammathur/setup-php@v2
|
with:
|
||||||
# with:
|
php-version: ${{ matrix.php-versions }}
|
||||||
# php-version: ${{ matrix.php-versions }}
|
- run: composer global require phpunit/phpunit ^7
|
||||||
# - run: composer global require phpunit/phpunit ^7
|
- run: phpunit --configuration=phpunit.xml --include-path=lib/
|
||||||
# - run: phpunit --configuration=phpunit.xml --include-path=lib/
|
|
||||||
|
|
||||||
phpunit8:
|
phpunit8:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
Loading…
Reference in New Issue
Block a user