From df4d55bdead407e757ab7a56f09fbfe5735f570f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Wed, 1 Dec 2021 12:52:24 +0200 Subject: [PATCH] Bump xvfb-action to fix Code tests --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f781e0987a..319c56f96d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -125,12 +125,12 @@ jobs: working-directory: ./editors/code - name: Run vscode tests - uses: GabrielBB/xvfb-action@v1.2 + uses: GabrielBB/xvfb-action@v1.6 env: VSCODE_CLI: 1 with: - run: npm --prefix ./editors/code test - # working-directory: ./editors/code # does not work: https://github.com/GabrielBB/xvfb-action/issues/8 + run: npm test + working-directory: ./editors/code - run: npm run pretest working-directory: ./editors/code