From 2b57fd83b73a9d8702f3660fd7e0c8e29b5850b7 Mon Sep 17 00:00:00 2001 From: Hernan Chavez Thielemann Date: Sat, 9 Dec 2023 15:22:39 +0100 Subject: [PATCH] Update test-it-with-github-actions.yml --- .github/workflows/test-it-with-github-actions.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-it-with-github-actions.yml b/.github/workflows/test-it-with-github-actions.yml index e285b77..4ef79b9 100644 --- a/.github/workflows/test-it-with-github-actions.yml +++ b/.github/workflows/test-it-with-github-actions.yml @@ -26,9 +26,11 @@ jobs: - name: Check xvfb run: ps -ef | grep xvfb - - name: before_script - run: "export DISPLAY=:99.0 && sleep 3" # give xvfb some time to start - + - name: before_script 1 + run: "export DISPLAY=:99.0" + - name: before_script 2 + run: sleep 3 # give xvfb some time to start + - name: Run Gro2Lam run: xvfb-run python2 run