[CI > Test] Try debugging xvfb
This commit is contained in:
parent
b2e2aa12a2
commit
8253aa93a0
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test_startup.yml
vendored
6
.github/workflows/test_startup.yml
vendored
|
@ -39,9 +39,9 @@ jobs:
|
|||
|
||||
- name: Setup running deps
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt install xvfb
|
||||
# sudo apt-get update
|
||||
# sudo apt install xvfb
|
||||
- name: Check if Discord will startup
|
||||
run: |
|
||||
xvfb-run ./DiscordCanary/DiscordCanary --enable-logging
|
||||
xvfb-run -e /dev/stdout ./DiscordCanary/DiscordCanary --enable-logging
|
||||
# node scripts/testStartup.js ./DiscordCanary/DiscordCanary
|
Loading…
Reference in a new issue