mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-09 15:17:59 -05:00
fix(ci/benchmark): Add set +e because we expect (some) challenges to fail
This commit is contained in:
2
.github/workflows/autogpts-benchmark.yml
vendored
2
.github/workflows/autogpts-benchmark.yml
vendored
@@ -41,6 +41,8 @@ jobs:
|
||||
run: |
|
||||
./run agent start ${{ matrix.agent-name }}
|
||||
cd autogpts/${{ matrix.agent-name }}
|
||||
|
||||
set +e # Do not quit on non-zero exit codes
|
||||
poetry run agbenchmark run -N 3 \
|
||||
--test=ReadFile \
|
||||
--test=BasicRetrieval --test=RevenueRetrieval2 \
|
||||
|
||||
Reference in New Issue
Block a user