From bd9cd3fc310efabb5282d92109a584d30c3a118c Mon Sep 17 00:00:00 2001 From: Egor Zalenski Date: Tue, 29 Oct 2024 13:44:21 +0100 Subject: [PATCH] test --- .github/workflows/tests-e2e-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-e2e-linux.yml b/.github/workflows/tests-e2e-linux.yml index 5a9a9093..f612a822 100644 --- a/.github/workflows/tests-e2e-linux.yml +++ b/.github/workflows/tests-e2e-linux.yml @@ -41,7 +41,7 @@ jobs: - name: Start Xvfb run: | # apt-get update -y && apt-get install -y xvfb net-tools - apt-get update -y && apt-get install -y xvfb net-tools libsecret-1-dev + sudo apt-get update -y && sudo apt-get install -y xvfb net-tools libsecret-1-dev Xvfb :99 -screen 0 1920x1080x24 & - name: Setup tmate session