mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-01 22:35:21 +03:00
This reverts commit aa32040bd4
.
This commit is contained in:
parent
a4785370fa
commit
6582a66a2d
1 changed files with 1 additions and 2 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -16,8 +16,7 @@ jobs:
|
||||||
- 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 dump-autoload
|
|
||||||
- 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/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue