diff options
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3a8997726..bafd7752f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -75,7 +75,7 @@ jobs: | |||
75 | working-directory: ./editors/code | 75 | working-directory: ./editors/code |
76 | - run: npm run vscode:prepublish | 76 | - run: npm run vscode:prepublish |
77 | working-directory: ./editors/code | 77 | working-directory: ./editors/code |
78 | - run: npm run travis | 78 | - run: xvfb-run --auto-servernum npm run travis |
79 | working-directory: ./editors/code | 79 | working-directory: ./editors/code |
80 | - name: Cleanup xvfb | 80 | - name: Cleanup xvfb |
81 | uses: bcomnes/cleanup-xvfb@v1 | 81 | uses: bcomnes/cleanup-xvfb@v1 |