fix(ci/benchmark): Add set +e because we expect (some) challenges to fail

This commit is contained in:
Reinier van der Leer
2024-02-17 15:56:55 +01:00
parent 6bc83e925c
commit 959377f54c

View File

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