From c5761953bca566f93f955ec30e9db15a302c1d81 Mon Sep 17 00:00:00 2001 From: Saptak S Date: Sun, 26 Dec 2021 18:07:56 +0530 Subject: [PATCH] Use xvfb to run the GUI tests --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ca95b987..6c911cb3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,4 +57,4 @@ jobs: name: Run tests command: | cd ~/repo/desktop - poetry run ./tests/run.sh + xvfb-run poetry run ./tests/run.sh