mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Fix ci (#110)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user