mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Check out the monaco-editor repo before
This commit is contained in:
parent
2fb82fb3ad
commit
41be945ca5
1 changed files with 6 additions and 6 deletions
12
.github/workflows/nightly.yml
vendored
12
.github/workflows/nightly.yml
vendored
|
|
@ -14,6 +14,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
|
|
||||||
|
- name: (monaco-editor) checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
repository: 'microsoft/monaco-editor'
|
||||||
|
path: './monaco-editor'
|
||||||
|
|
||||||
- name: (vscode) checkout
|
- name: (vscode) checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
@ -88,12 +94,6 @@ jobs:
|
||||||
working-directory: ./vscode/test/monaco
|
working-directory: ./vscode/test/monaco
|
||||||
run: yarn test
|
run: yarn test
|
||||||
|
|
||||||
- name: (monaco-editor) checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
repository: 'microsoft/monaco-editor'
|
|
||||||
path: './monaco-editor'
|
|
||||||
|
|
||||||
- name: (monaco-editor) Patch package.json version
|
- name: (monaco-editor) Patch package.json version
|
||||||
run: node ./monaco-editor/.github/workflows/nightly/setNightlyVersion.js ./monaco-editor/package.json
|
run: node ./monaco-editor/.github/workflows/nightly/setNightlyVersion.js ./monaco-editor/package.json
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue