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: build:
working_directory: ~/Cider working_directory: ~/Cider
docker: docker:
- image: circleci/node:16-node-browsers - image: circleci/node:16-browsers
steps: steps:
- checkout - checkout
- run: - run:
@ -32,6 +32,11 @@ jobs:
sudo dpkg --add-architecture i386 sudo dpkg --add-architecture i386
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install -y wine32 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: - run:
name: Base Functionality Testing name: Base Functionality Testing
command: yarn test command: yarn test