diff options
author | Aleksey Kladov <[email protected]> | 2019-12-30 10:49:04 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-12-30 10:49:04 +0000 |
commit | 0c371d2128a7efc8a82d905a97a7f7501098c441 (patch) | |
tree | baf1b4d8c81150ed494e89d0c49cdc7c7b41efd4 /.github/workflows | |
parent | be37c3369b4a2203ace1d65d65bf6ddb5c7faa45 (diff) | |
parent | 1f8719ee876ab6fb8b29cdf018815b03e000f197 (diff) |
Merge pull request #2684 from matklad/refactor-frontend
Refactor frontend
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yaml | 9 |
1 files changed, 1 insertions, 8 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 | ||