test: add integration tests on CodeExecutor with the sandbox service (#4015)

This commit is contained in:
Bowen Liang
2024-05-03 08:54:40 +08:00
committed by GitHub
parent b1399cd5f9
commit 44857702ae
7 changed files with 61 additions and 1 deletions

View File

@@ -39,6 +39,14 @@ jobs:
- name: Run Tool
run: dev/pytest/pytest_tools.sh
- name: Set up Sandbox
uses: hoverkraft-tech/compose-action@v2.0.0
with:
compose-file: |
docker/docker-compose.middleware.yaml
services: |
sandbox
- name: Run Workflow
run: dev/pytest/pytest_workflow.sh