[CI > Test] Try fixing xorg issues (3)
This commit is contained in:
parent
9470570a71
commit
3a4c72174d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test_startup.yml
vendored
3
.github/workflows/test_startup.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue