mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 19:24:28 +02:00
clone addon repository
This commit is contained in:
parent
ab22464d55
commit
57da3416c5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/php.yml
vendored
3
.github/workflows/php.yml
vendored
|
@ -55,6 +55,9 @@ jobs:
|
||||||
coverage: xdebug
|
coverage: xdebug
|
||||||
ini-values: apc.enabled=1, apc.enable_cli=1
|
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.
|
# Install composer dependencies and handle caching in one go.
|
||||||
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
|
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
|
||||||
- name: "Install Composer dependencies"
|
- name: "Install Composer dependencies"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue