mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 17:45:40 +03:00
This reverts commit aa32040bd4
.
This commit is contained in:
parent
a4785370fa
commit
6582a66a2d
1 changed files with 1 additions and 2 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -17,7 +17,6 @@ jobs:
|
||||||
- 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…
Reference in a new issue