mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-09 18:16:36 +02:00
[maint] fix phpunit test (#4300)
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -17,5 +17,7 @@ jobs:
|
|||||||
- uses: shivammathur/setup-php@v2
|
- uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions }}
|
||||||
|
env:
|
||||||
|
update: true
|
||||||
- run: composer install
|
- run: composer install
|
||||||
- run: composer test
|
- run: composer test
|
||||||
|
Reference in New Issue
Block a user