Check out `vscode-loc` too in order to get translations

pull/2806/head
Alex Dima 2021-12-03 17:09:46 +01:00
parent 3de27fe12d
commit b4f1ca62dd
No known key found for this signature in database
GPG Key ID: 39563C1504FDD0C9
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@ jobs:
repository: 'microsoft/vscode'
path: './vscode'
- name: (vscode-loc) checkout
uses: actions/checkout@v2
with:
repository: 'microsoft/vscode-loc'
path: './vscode-loc'
- name: (vscode) execute `yarn`
working-directory: './vscode'
run: yarn --frozen-lockfile --network-timeout 180000