[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
|
||||
run: |
|
||||
coproc { xvfb-run -e /dev/stdout ./DiscordCanary/DiscordCanary --enable-logging >&3; } 3>&1
|
||||
grep -m1 "Installing discord_rpc" <&${COPROC[0]}
|
||||
sleep 1
|
||||
[[ $COPROC_PID ]] && kill $COPROC_PID
|
||||
xvfb-run -e /dev/stdout ./DiscordCanary/DiscordCanary --enable-logging
|
||||
timeout-minutes: 1
|
||||
|
||||
release:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue