1
0
Эх сурвалжийг харах

Remove step which moved to the vscode CI

Alexandru Dima 4 жил өмнө
parent
commit
14c560f898
1 өөрчлөгдсөн 0 нэмэгдсэн , 13 устгасан
  1. 0 13
      .github/workflows/ci.yml

+ 0 - 13
.github/workflows/ci.yml

@@ -65,19 +65,6 @@ jobs:
         run: |
           yarn gulp editor-distro
 
-      - name: Typings validation prep
-        run: |
-          mkdir typings-test
-
-      - name: Typings validation
-        working-directory: ./typings-test
-        run: |
-          yarn init -yp
-          yarn add typescript
-          yarn tsc --init
-          echo "import '../vscode/out-monaco-editor-core';" > a.ts
-          yarn tsc --noEmit
-
       - name: NPM Install
         run: npm install