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