diff options
Diffstat (limited to '.github')
-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 | ||