[CI > Test] Try fixing xorg issues (2)
This commit is contained in:
parent
8b75d2ca14
commit
9470570a71
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test_startup.yml
vendored
3
.github/workflows/test_startup.yml
vendored
|
@ -39,5 +39,6 @@ jobs:
|
||||||
|
|
||||||
- name: Check if Discord will startup
|
- name: Check if Discord will startup
|
||||||
run: |
|
run: |
|
||||||
DISPLAY=:0 ./DiscordCanary/DiscordCanary
|
xhost local:
|
||||||
|
DISPLAY=:0 ./DiscordCanary/DiscordCanary --enable-logging
|
||||||
# node scripts/testStartup.js ./DiscordCanary/DiscordCanary
|
# node scripts/testStartup.js ./DiscordCanary/DiscordCanary
|
Loading…
Reference in a new issue