From f8cb772c131d8d03dd14a9c22a3afd32baa28882 Mon Sep 17 00:00:00 2001 From: CanadaHonk <19228318+CanadaHonk@users.noreply.github.com> Date: Tue, 1 Feb 2022 22:58:38 +0000 Subject: [PATCH] [CI > Test] Exit on grep match --- .github/workflows/test_startup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_startup.yml b/.github/workflows/test_startup.yml index eb5ba61..22f5c48 100644 --- a/.github/workflows/test_startup.yml +++ b/.github/workflows/test_startup.yml @@ -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" \ No newline at end of file + timeout 30s bash -c "xvfb-run -e /dev/stdout ./DiscordCanary/DiscordCanary --enable-logging" | grep -m 1 "Installing discord_rpc"