From c830fe5d172675c5399b30fa608ae8171f974683 Mon Sep 17 00:00:00 2001 From: Merwane Hamadi Date: Thu, 17 Aug 2023 16:53:36 -0700 Subject: [PATCH] Add Basic user experience end to end tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30b7126..8e1828a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: run: | poetry run python -m autogpt & cp .env.example .env - newman run https://raw.githubusercontent.com/Significant-Gravitas/devtool-postman/master/Postman%20Collections/devtool_experience.json --env-var "url= http://127.0.0.1:8000" || echo "The backend is not ready yet, so the tests will fail" + newman run https://raw.githubusercontent.com/Significant-Gravitas/devtool-postman/master/Postman%20Collections/basic_user_experience.json --env-var "basic_agent_url= http://127.0.0.1:8000" || echo "The backend is not ready yet, so the tests will fail" env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} AGENT_NAME: ${{ matrix.agent-name }}