From 1797b665a4dd82ba176b319c850a8875df327a5d Mon Sep 17 00:00:00 2001 From: vsrs <62505555+vsrs@users.noreply.github.com> Date: Sat, 23 May 2020 17:07:25 +0300 Subject: [PATCH] vscode tests configuration for more verbose output --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0d231cb7417..ed9191c49c3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -125,6 +125,8 @@ jobs: - name: Run vscode tests uses: GabrielBB/xvfb-action@v1.2 + 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