diff --git a/.github/workflows/autogpts-ci.yml b/.github/workflows/autogpts-ci.yml index 2b82b5ca..4b4ff5d3 100644 --- a/.github/workflows/autogpts-ci.yml +++ b/.github/workflows/autogpts-ci.yml @@ -38,10 +38,10 @@ jobs: curl -sSL https://install.python-poetry.org | python - - name: Run regression tests - working-directory: ./autogpts/${{ matrix.agent-name }}/ run: | - sh run & - sleep 20 + ./run agent start ${{ matrix.agent-name }} + sleep 10 + cd autogpts/${{ matrix.agent-name }} poetry run agbenchmark --mock poetry run agbenchmark --test=WriteFile env: