[CI > Test] Fix syntax error
This commit is contained in:
parent
53c849a27d
commit
b485db849b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue