aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorcad97 <[email protected]>2019-11-17 00:51:12 +0000
committerAleksey Kladov <[email protected]>2019-11-18 08:07:47 +0000
commit396853defb1359dfabcab4eaa41ab3f2230b1582 (patch)
tree66e31bfa0ae2b67f482dca93853e7c033b4be83a /.github
parentec5cde91493a4b053aac38a48088abd824bdc0be (diff)
Run npm travis through xvfb-run
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
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