From 0748c5066cfaa30c64e33d9ffe55a220e33efe0c Mon Sep 17 00:00:00 2001 From: Hernan Chavez Thielemann Date: Sat, 9 Dec 2023 15:07:24 +0100 Subject: [PATCH] Update test-it-with-github-actions.yml --- .github/workflows/test-it-with-github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-it-with-github-actions.yml b/.github/workflows/test-it-with-github-actions.yml index 6e8b559..e285b77 100644 --- a/.github/workflows/test-it-with-github-actions.yml +++ b/.github/workflows/test-it-with-github-actions.yml @@ -30,7 +30,7 @@ jobs: run: "export DISPLAY=:99.0 && sleep 3" # give xvfb some time to start - name: Run Gro2Lam - run: python2 run + run: xvfb-run python2 run