[CI > Test] Fix syntax error

This commit is contained in:
Ducko 2022-02-02 19:50:29 +00:00
parent 53c849a27d
commit b485db849b
1 changed files with 2 additions and 1 deletions

View File

@ -70,8 +70,9 @@ jobs:
- name: Check if Discord will startup
run: |
coproc { xvfb-run -e /dev/stdout ./DiscordCanary/DiscordCanary --enable-logging }
coproc { 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