From b08fb0eaaca182c5998859d89da69e7a450b9db5 Mon Sep 17 00:00:00 2001 From: Merwane Hamadi Date: Sat, 15 Jul 2023 17:57:34 -0700 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbb0a6acebe..7f695980728 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 --maintain + 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 }} @@ -167,5 +167,5 @@ jobs: uses: actions/upload-artifact@v3 with: name: - ${{ matrix.agent-name }} (Cache: ${{ matrix.cache-enabled }}) + "${{ matrix.agent-name }} (Cache ${{ matrix.cache-enabled }})" path: agent/${{ matrix.agent-name }}/agbenchmark