From 736f8f0db197ec69df9af29a975b411ac7fe17f2 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Fri, 4 Feb 2022 10:02:10 +0000 Subject: [PATCH] display server --- .circleci/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aa75a494..efbd6086 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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