diff options
author | Aleksey Kladov <[email protected]> | 2019-12-30 10:23:38 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-12-30 10:33:01 +0000 |
commit | 1f8719ee876ab6fb8b29cdf018815b03e000f197 (patch) | |
tree | baf1b4d8c81150ed494e89d0c49cdc7c7b41efd4 | |
parent | e0fa096bbb73ce4fb44848e334f1001c43cc9b74 (diff) |
Minimize typescript CI
-rw-r--r-- | .github/workflows/ci.yaml | 9 | ||||
-rw-r--r-- | editors/code/.vscodeignore | 2 |
2 files changed, 2 insertions, 9 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cb397ae14..1d24295ec 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -67,14 +67,7 @@ jobs: | |||
67 | with: | 67 | with: |
68 | node-version: 12.x | 68 | node-version: 12.x |
69 | 69 | ||
70 | - name: Install xvfb | ||
71 | run: sudo apt-get install xvfb | ||
72 | - run: npm ci | 70 | - run: npm ci |
73 | working-directory: ./editors/code | 71 | working-directory: ./editors/code |
74 | - run: npm run vscode:prepublish | 72 | - run: npm run package --scripts-prepend-node-path |
75 | working-directory: ./editors/code | 73 | working-directory: ./editors/code |
76 | - run: xvfb-run --auto-servernum npm run travis | ||
77 | working-directory: ./editors/code | ||
78 | |||
79 | - name: Cleanup xvfb | ||
80 | uses: bcomnes/cleanup-xvfb@v1 | ||
diff --git a/editors/code/.vscodeignore b/editors/code/.vscodeignore index eeb047098..f2c4d3307 100644 --- a/editors/code/.vscodeignore +++ b/editors/code/.vscodeignore | |||
@@ -1,4 +1,4 @@ | |||
1 | ** | 1 | ** |
2 | !out/extension.ts | 2 | !out/extension.js |
3 | !package.json | 3 | !package.json |
4 | !package-lock.json | 4 | !package-lock.json |