[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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -39,6 +39,7 @@ jobs:
|
||||||
|
|
||||||
- name: Check if Discord will startup
|
- name: Check if Discord will startup
|
||||||
run: |
|
run: |
|
||||||
|
startx
|
||||||
xhost local:
|
xhost local:
|
||||||
DISPLAY=:0 ./DiscordCanary/DiscordCanary --enable-logging
|
DISPLAY=:0 ./DiscordCanary/DiscordCanary --enable-logging
|
||||||
# node scripts/testStartup.js ./DiscordCanary/DiscordCanary
|
# node scripts/testStartup.js ./DiscordCanary/DiscordCanary
|
Loading…
Add table
Add a link
Reference in a new issue