Skip to content

Commit aa1b74d

Browse files
authored
Update main.yml
1 parent 054dd74 commit aa1b74d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ jobs:
8383
cd plugins/numencode
8484
git clone https://github.com/numencode/wn-fundamentals-plugin.git fundamentals
8585
86+
- name: Download Winter.Translate plugin
87+
env:
88+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
89+
run: |
90+
mkdir -p plugins/winter
91+
cd plugins/winter
92+
git clone https://github.com/wintercms/wn-translate-plugin.git translate
93+
8694
- name: Get Composer cache directory
8795
id: composercache
8896
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)