[CI > Test Linux] Fix log detection for success

This commit is contained in:
Ducko 2022-04-20 11:55:08 +01:00
parent 3b9f6cd0c2
commit d1d02c5a33

View file

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