[CI > Test] Debugging

This commit is contained in:
Ducko 2022-02-15 14:16:26 +00:00
parent 6172cf0dee
commit 2697ef0b26
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ jobs:
- name: Check if Discord will startup
run: |
coproc { xvfb-run -e /dev/stdout ./DiscordCanary/DiscordCanary --enable-logging; }
read -u ${COPROC[0]}
grep -m1 "Installing discord_rpc" <&${COPROC[0]}
sleep 1
[[ $COPROC_PID ]] && kill $COPROC_PID