CI for Monaco Editor compile and bundling.

This commit is contained in:
Peng Lyu
2019-11-12 15:55:21 -08:00
parent 9b70b1804c
commit d9fb87d002
10 changed files with 302 additions and 3 deletions

View File

@@ -110,3 +110,20 @@ jobs:
name: Run Unit Tests
- run: ./scripts/test-integration.sh --tfs "Integration Tests"
name: Run Integration Tests
monaco:
runs-on: macos-latest
env:
CHILD_CONCURRENCY: "1"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10
- run: yarn --frozen-lockfile
name: Install Dependencies
- run: yarn monaco-compile-check
name: Run Monaco Editor Checks
- run: yarn editor-esm-bundle
name: Editor Distro & ESM Bundle