From 117e8c8dd1879dd97fe9933fc2bf9a6b2cd65a92 Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Sun, 16 Jul 2023 08:10:53 -0700 Subject: [PATCH] Fix pipes issue (#117) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d4769e7..aca2e3f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,7 +149,7 @@ jobs: agbenchmark start --mock --category=iterate else curl -s https://raw.githubusercontent.com/Helicone/helicone/main/mitmproxy.sh | bash -s start - agbenchmark start | echo "This command will always return a non zero exit code unless all the challenges are solved." + agbenchmark start || echo "This command will always return a non zero exit code unless all the challenges are solved." fi env: GITHUB_EVENT_NAME: ${{ github.event_name }}