diff options
author | vsrs <[email protected]> | 2020-05-23 15:07:25 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-23 15:07:25 +0100 |
commit | 1797b665a4dd82ba176b319c850a8875df327a5d (patch) | |
tree | 5639234f1f428ec39536ae60cc81ff1c2ad8d74f /.github/workflows | |
parent | e3223a7fd3935fdbb86a8f99af35866cc9957d35 (diff) |
vscode tests configuration for more verbose output
Diffstat (limited to '.github/workflows')
-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 |