diff --git a/.github/workflows/superagi.yml b/.github/workflows/superagi.yml index 128c28dd714..5ab52d33f3e 100644 --- a/.github/workflows/superagi.yml +++ b/.github/workflows/superagi.yml @@ -54,9 +54,9 @@ jobs: - name: Run regression tests run: | - cd agent/SuperAgi + cd agent/SuperAGI cp config_template.yaml config.yaml sed -i 's/OPENAI_API_KEY:.*/OPENAI_API_KEY: "'"${{ secrets.OPENAI_API_KEY }}"'"/' config.yaml - docker-compose up --build + docker-compose up -d --build pip install ../../dist/agbenchmark-0.1.0-py3-none-any.whl - agbenchmark start --reg + agbenchmark start --maintain diff --git a/agent/SuperAGI b/agent/SuperAGI index 12e248e9011..7ab2994d4b4 160000 --- a/agent/SuperAGI +++ b/agent/SuperAGI @@ -1 +1 @@ -Subproject commit 12e248e90112e50ee011f0dcb1b3fa02030661a4 +Subproject commit 7ab2994d4b44fa008f9ac27b196f134d27878916