[CI > Test] Try test startup script
This commit is contained in:
parent
8253aa93a0
commit
41bb80ae22
1 changed files with 1 additions and 6 deletions
7
.github/workflows/test_startup.yml
vendored
7
.github/workflows/test_startup.yml
vendored
|
@ -37,11 +37,6 @@ jobs:
|
||||||
tar xf discord.tar.gz
|
tar xf discord.tar.gz
|
||||||
cp app.asar DiscordCanary/resources/app.asar
|
cp app.asar DiscordCanary/resources/app.asar
|
||||||
|
|
||||||
- name: Setup running deps
|
|
||||||
run: |
|
|
||||||
# sudo apt-get update
|
|
||||||
# sudo apt install xvfb
|
|
||||||
- name: Check if Discord will startup
|
- name: Check if Discord will startup
|
||||||
run: |
|
run: |
|
||||||
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