From 9b0dff5b5fadcf92d9451fc5e9115a167cc0e13f Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Fri, 4 Feb 2022 10:02:51 +0000 Subject: [PATCH] oops --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index efbd6086..344a9391 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,9 +34,9 @@ jobs: 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 + name: Start X VNC Server + command: x11vnc -forever -nopw -create + background: true - run: name: Base Functionality Testing command: yarn test