From 12ea4a2ba2e85ba39533ccc4197ea7204f7a0e17 Mon Sep 17 00:00:00 2001 From: vsrs <62505555+vsrs@users.noreply.github.com> Date: Sat, 23 May 2020 16:13:47 +0300 Subject: Try GabrielBB/xvfb to run vscode tests --- .github/workflows/ci.yaml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3ec6da1d1..af71a3d54 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -116,17 +116,11 @@ jobs: - run: npm run lint working-directory: ./editors/code - - name: Start xvfb - run: | - sudo apt-get install xvfb - set -e - /usr/bin/Xvfb :10 -ac >> /tmp/Xvfb.out 2>&1 & - disown -ar - - - run: npm test - working-directory: ./editors/code - env: - DISPLAY: :10 + - name: Run vscode tests + uses: GabrielBB/xvfb-action@v1.2 + with: + run: npm test + working-directory: ./editors/code - run: npm run package --scripts-prepend-node-path working-directory: ./editors/code -- cgit v1.2.3