mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Check out vscode-loc too in order to get translations
This commit is contained in:
parent
3de27fe12d
commit
b4f1ca62dd
1 changed files with 6 additions and 0 deletions
6
.github/workflows/nightly.yml
vendored
6
.github/workflows/nightly.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue