diff options
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0d231cb74..ed9191c49 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -125,6 +125,8 @@ jobs: | |||
125 | 125 | ||
126 | - name: Run vscode tests | 126 | - name: Run vscode tests |
127 | uses: GabrielBB/[email protected] | 127 | uses: GabrielBB/[email protected] |
128 | env: | ||
129 | VSCODE_CLI: 1 | ||
128 | with: | 130 | with: |
129 | run: npm --prefix ./editors/code test | 131 | run: npm --prefix ./editors/code test |
130 | # working-directory: ./editors/code # does not work: https://github.com/GabrielBB/xvfb-action/issues/8 | 132 | # working-directory: ./editors/code # does not work: https://github.com/GabrielBB/xvfb-action/issues/8 |