Skip to content

Commit

Permalink
Add to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
li-boxuan committed Apr 28, 2024
1 parent 80bd184 commit 94f3b4e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/run-integration-tests.yml
Expand Up @@ -33,6 +33,11 @@ jobs:
agent: "CodeActAgent"
embedding-model: "none"
sandbox: "ssh"
- name: ManagerAgent-py311-ssh
python-version: "3.11"
agent: "ManagerAgent"
embedding-model: "none"
sandbox: "ssh"
- name: SWEAgent-py311-exec
python-version: "3.11"
agent: "SWEAgent"
Expand All @@ -53,6 +58,11 @@ jobs:
agent: "CodeActAgent"
embedding-model: "none"
sandbox: "exec"
- name: ManagerAgent-py311-exec
python-version: "3.11"
agent: "ManagerAgent"
embedding-model: "none"
sandbox: "exec"
- name: MonologueAgent-py311-local
python-version: "3.11"
agent: "MonologueAgent"
Expand Down

0 comments on commit 94f3b4e

Please sign in to comment.