[CI > Test] Exit on grep match

This commit is contained in:
CanadaHonk 2022-02-01 22:58:38 +00:00 committed by GitHub
parent fa54c89eec
commit f8cb772c13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ jobs:
- name: Check if Discord will startup
run: |
timeout 30s bash -c "xvfb-run -e /dev/stdout ./DiscordCanary/DiscordCanary --enable-logging" | grep "Installing discord_rpc"
timeout 30s bash -c "xvfb-run -e /dev/stdout ./DiscordCanary/DiscordCanary --enable-logging" | grep -m 1 "Installing discord_rpc"