Skip to content

Commit 8037804

Browse files
committed
fix
1 parent 9fa6812 commit 8037804

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ jobs:
3232
- name: Move files to a dropboxadapter-plugin directory
3333
run: mkdir dropboxadapter-plugin && find . -mindepth 1 -maxdepth 1 ! -name 'dropboxadapter-plugin' -exec mv -t dropboxadapter-plugin -- {} +
3434

35+
- name: Merge plugin dependencies into Winter CMS composer.json
36+
run: |
37+
jq -s '.[0] * {require: .[0].require + .[1].require}' composer.json plugins/numencode/dropboxadapter/composer.json > temp.composer.json
38+
mv temp.composer.json composer.json
39+
40+
- name: Dump autoload
41+
run: composer dump-autoload
42+
3543
- name: Setup cache environment
3644
id: extcache
3745
uses: shivammathur/cache-extensions@v1

0 commit comments

Comments
 (0)