[CI > Test] Stdout debugging 2
This commit is contained in:
parent
c2bbf94ef1
commit
38e821a6fa
1 changed files with 1 additions and 4 deletions
5
.github/workflows/nightly.yml
vendored
5
.github/workflows/nightly.yml
vendored
|
@ -70,10 +70,7 @@ jobs:
|
||||||
|
|
||||||
- name: Check if Discord will startup
|
- name: Check if Discord will startup
|
||||||
run: |
|
run: |
|
||||||
coproc { xvfb-run -e /dev/stdout ./DiscordCanary/DiscordCanary --enable-logging >&3; } 3>&1
|
xvfb-run -e /dev/stdout ./DiscordCanary/DiscordCanary --enable-logging
|
||||||
grep -m1 "Installing discord_rpc" <&${COPROC[0]}
|
|
||||||
sleep 1
|
|
||||||
[[ $COPROC_PID ]] && kill $COPROC_PID
|
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue