[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
|
- name: Setup running deps
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
# sudo apt-get update
|
||||||
sudo apt install xvfb
|
# sudo apt install xvfb
|
||||||
- name: Check if Discord will startup
|
- name: Check if Discord will startup
|
||||||
run: |
|
run: |
|
||||||
xvfb-run ./DiscordCanary/DiscordCanary --enable-logging
|
xvfb-run -e /dev/stdout ./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