]> git.mxchange.org Git - friendica.git/commitdiff
clone addon repository
authorArt4 <art4@wlabs.de>
Sun, 22 Dec 2024 06:41:11 +0000 (06:41 +0000)
committerArt4 <art4@wlabs.de>
Sun, 22 Dec 2024 06:41:11 +0000 (06:41 +0000)
.github/workflows/php.yml

index 268650f6d6d1ea0ffa6a4a79b1652fcd530b7c0e..e565529b68ce23cfdbc33678a559e11a3cde73ea 100644 (file)
@@ -55,6 +55,9 @@ jobs:
           coverage: xdebug
           ini-values: apc.enabled=1, apc.enable_cli=1
 
+      - name: Clone addon repository
+        run: git clone -b develop --single-branch https://git.friendi.ca/friendica/friendica-addons.git addon
+
       # Install composer dependencies and handle caching in one go.
       # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
       - name: "Install Composer dependencies"