diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 7d779997..df7cea2f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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