Fix challenges (#5561)

Fix challenges and CI

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
merwanehamadi
2023-10-05 10:59:50 -07:00
committed by GitHub
parent bef8203da2
commit bcb24c1a58
9 changed files with 19 additions and 20 deletions

View File

@@ -39,8 +39,7 @@ jobs:
- name: Run regression tests
run: |
./run agent start ${{ matrix.agent-name }}
sleep 10
./run agent start ${{ matrix.agent-name }} --setup
cd autogpts/${{ matrix.agent-name }}
poetry run agbenchmark --mock
poetry run agbenchmark --test=WriteFile

View File

@@ -98,7 +98,7 @@ jobs:
- name: Run regression tests
run: |
./run agent start ${{ matrix.agent-name }}
./run agent start ${{ matrix.agent-name }} --setup
sleep 10
cd autogpts/${{ matrix.agent-name }}
set +e # Ignore non-zero exit codes and continue execution