From: Art4 Date: Thu, 28 Nov 2024 12:56:04 +0000 (+0000) Subject: clone addon repository for tests X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=86721490e1b3b61a02d2314e1c7c8e6cdccde848;p=friendica.git clone addon repository for tests --- diff --git a/.woodpecker/.phpunit.yml b/.woodpecker/.phpunit.yml index c3860e6f91..68c94f4696 100644 --- a/.woodpecker/.phpunit.yml +++ b/.woodpecker/.phpunit.yml @@ -38,7 +38,7 @@ steps: composer_install: image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION} commands: - - mkdir addon # create empty addon folder to appease composer + - git clone https://git.friendi.ca/friendica/friendica-addons.git addon - export COMPOSER_HOME=.composer - ./bin/composer.phar validate - ./bin/composer.phar install --prefer-dist