display server
This commit is contained in:
parent
2500194c72
commit
736f8f0db1
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue