Try GabrielBB/xvfb to run vscode tests
This commit is contained in:
parent
bddbe16d93
commit
12ea4a2ba2
14
.github/workflows/ci.yaml
vendored
14
.github/workflows/ci.yaml
vendored
@ -116,17 +116,11 @@ jobs:
|
||||
- run: npm run lint
|
||||
working-directory: ./editors/code
|
||||
|
||||
- name: Start xvfb
|
||||
run: |
|
||||
sudo apt-get install xvfb
|
||||
set -e
|
||||
/usr/bin/Xvfb :10 -ac >> /tmp/Xvfb.out 2>&1 &
|
||||
disown -ar
|
||||
|
||||
- run: npm test
|
||||
- name: Run vscode tests
|
||||
uses: GabrielBB/xvfb-action@v1.2
|
||||
with:
|
||||
run: npm test
|
||||
working-directory: ./editors/code
|
||||
env:
|
||||
DISPLAY: :10
|
||||
|
||||
- run: npm run package --scripts-prepend-node-path
|
||||
working-directory: ./editors/code
|
||||
|
Loading…
Reference in New Issue
Block a user