vscode tests configuration for more verbose output

This commit is contained in:
vsrs 2020-05-23 17:07:25 +03:00 committed by GitHub
parent e3223a7fd3
commit 1797b665a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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