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
commit 44857702ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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