Unbreak benchmark-ci.yml

This commit is contained in:
Reinier van der Leer
2023-10-17 11:48:40 -07:00
parent 2fc7c62a36
commit 8cf246bb9e

View File

@@ -98,7 +98,7 @@ jobs:
- name: Run regression tests
run: |
./run agent start ${{ matrix.agent-name }} --setup
./run agent start ${{ matrix.agent-name }}
sleep 10
cd autogpts/${{ matrix.agent-name }}
set +e # Ignore non-zero exit codes and continue execution