Check out the monaco-editor repo before

This commit is contained in:
Alex Dima 2021-11-23 10:00:02 +01:00
parent 2fb82fb3ad
commit 41be945ca5
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9

View file

@ -14,6 +14,12 @@ jobs:
with:
node-version: 14
- name: (monaco-editor) checkout
uses: actions/checkout@v2
with:
repository: 'microsoft/monaco-editor'
path: './monaco-editor'
- name: (vscode) checkout
uses: actions/checkout@v2
with:
@ -88,12 +94,6 @@ jobs:
working-directory: ./vscode/test/monaco
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
run: node ./monaco-editor/.github/workflows/nightly/setNightlyVersion.js ./monaco-editor/package.json