From 3a4c72174d28632ef1eedf2fddccccf4fd51d67a Mon Sep 17 00:00:00 2001 From: Oj Date: Tue, 1 Feb 2022 21:04:12 +0000 Subject: [PATCH] [CI > Test] Try fixing xorg issues (3) --- .github/workflows/test_startup.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_startup.yml b/.github/workflows/test_startup.yml index fdb4b30..116cb3a 100644 --- a/.github/workflows/test_startup.yml +++ b/.github/workflows/test_startup.yml @@ -1,4 +1,4 @@ -name: Release Nightly +name: Test Startup on: push: @@ -39,6 +39,7 @@ jobs: - name: Check if Discord will startup run: | + startx xhost local: DISPLAY=:0 ./DiscordCanary/DiscordCanary --enable-logging # node scripts/testStartup.js ./DiscordCanary/DiscordCanary \ No newline at end of file