diff --git a/.github/workflows/benchmark-ci.yml b/.github/workflows/benchmark-ci.yml index 65dca5ed..14e8b8c1 100644 --- a/.github/workflows/benchmark-ci.yml +++ b/.github/workflows/benchmark-ci.yml @@ -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