Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml6
1 files 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/[email protected]
+ uses: GabrielBB/[email protected]
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