From 8cf246bb9eb164f99f84951283ae972e9ce4b8ae Mon Sep 17 00:00:00 2001 From: Reinier van der Leer Date: Tue, 17 Oct 2023 11:48:40 -0700 Subject: [PATCH] Unbreak benchmark-ci.yml --- .github/workflows/benchmark-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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