display server

This commit is contained in:
Core 2022-02-04 10:02:10 +00:00
parent 2500194c72
commit 736f8f0db1
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/Cider
docker:
- image: circleci/node:16-node-browsers
- image: circleci/node:16-browsers
steps:
- checkout
- run:
@ -32,6 +32,11 @@ jobs:
sudo dpkg --add-architecture i386
sudo apt-get update -y
sudo apt-get install -y wine32
sudo apt-get install -y x11vnc
- run:
name: Start X VNC Server
command: x11vnc -forever -nopw -create
background: true
- run:
name: Base Functionality Testing
command: yarn test