Fix pipes issue (#117)

This commit is contained in:
merwanehamadi
2023-07-16 08:10:53 -07:00
committed by GitHub
parent 2cfafcfbf0
commit 117e8c8dd1

View File

@@ -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 }}